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 committed by June
parent 2b54c00f04
commit 6c9e95f7c9
4 changed files with 16 additions and 1 deletions

View file

@ -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