Enabled presence events in dendrite.
--- 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.