mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 18:43:10 -06:00
Enable presence in dendrite-zion.yaml (#1538)
I thought i turned this on everywhere here: https://github.com/HereNotThere/harmony/pull/1445/files But guess I goofed.
This commit is contained in:
parent
8b552589e4
commit
590cf48031
|
|
@ -81,9 +81,9 @@ global:
|
|||
# Configures the handling of presence events.
|
||||
presence:
|
||||
# Whether inbound presence events are allowed, e.g. receiving presence events from other servers
|
||||
enable_inbound: false
|
||||
enable_inbound: true
|
||||
# Whether outbound presence events are allowed, e.g. sending presence events to other servers
|
||||
enable_outbound: false
|
||||
enable_outbound: true
|
||||
|
||||
# Server notices allows server admins to send messages to all users.
|
||||
server_notices:
|
||||
|
|
|
|||
Loading…
Reference in a new issue