add config option for allow_outgoing_read_receipts
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
2b54c00f04
commit
6c9e95f7c9
4 changed files with 16 additions and 1 deletions
|
@ -592,6 +592,10 @@ allow_profile_lookup_federation_requests = true
|
|||
# Defaults to true.
|
||||
#allow_incoming_read_receipts = true
|
||||
|
||||
# Config option to control whether we should send read receipts to remote servers.
|
||||
# Defaults to true.
|
||||
#allow_outgoing_read_receipts = true
|
||||
|
||||
# Config option to control outgoing typing updates to federation. Defaults to true.
|
||||
#allow_outgoing_typing = true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue