Add option to disable call start/end notifications. Fixes #68

This commit is contained in:
Tulir Asokan
2019-08-24 22:42:03 +03:00
parent 07d43c4825
commit 80a0edd855
3 changed files with 22 additions and 0 deletions

View File

@ -79,6 +79,11 @@ bridge:
# If you have lots of chats, it might take more than a second.
contact_wait_delay: 1
# Whether or not to send call start/end notices to Matrix.
call_notices:
start: true
end: true
# Number of chats to sync for new users.
initial_chat_sync_count: 10
# Number of old messages to fill when creating new portal rooms.