# HG changeset patch # User Luke Hoersten # Date 1673218278 21600 # Node ID 2ea9460dc8d26640aacb8df8c6e9c18617d7dd18 # Parent fd38efd8f6378115fba9febe90a0e7d6fc2320a4 Enabled presence events in dendrite. diff -r fd38efd8f637 -r 2ea9460dc8d2 dendrite/server/templates/dendrite.yaml.j2 --- a/dendrite/server/templates/dendrite.yaml.j2 Sun Jan 08 12:57:34 2023 -0600 +++ b/dendrite/server/templates/dendrite.yaml.j2 Sun Jan 08 16:51:18 2023 -0600 @@ -60,8 +60,8 @@ # presence events from other servers, outbound controls whether we send presence # events for our local users to other servers. presence: - enable_inbound: false - enable_outbound: false + enable_inbound: true + enable_outbound: true # Configures phone-home statistics reporting. These statistics contain the server # name, number of active users and some information on your deployment config.