mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-20 20:43:09 -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.
|
# Configures the handling of presence events.
|
||||||
presence:
|
presence:
|
||||||
# Whether inbound presence events are allowed, e.g. receiving presence events from other servers
|
# 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
|
# 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 allows server admins to send messages to all users.
|
||||||
server_notices:
|
server_notices:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue