Enabled presence events in dendrite.
authorLuke Hoersten <luke@hoersten.org>
Sun, 08 Jan 2023 16:51:18 -0600
changeset 205 2ea9460dc8d2
parent 204 fd38efd8f637
child 206 35f2b1e680ed
Enabled presence events in dendrite.
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.