dendrite/server/templates/dendrite.yaml.j2
changeset 205 2ea9460dc8d2
parent 203 4be395f0d127
child 206 35f2b1e680ed
--- 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.