add config option for allow_outgoing_read_receipts

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-04-10 15:22:50 -07:00
parent 89d8a70d30
commit af1148aea3
4 changed files with 16 additions and 1 deletions

View file

@ -589,6 +589,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