mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2026-02-08 20:14:41 -05:00
add config option for allow_outgoing_read_receipts
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
89d8a70d30
commit
af1148aea3
4 changed files with 16 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue