From 43517ea428940810e3f01904113ed70eff1d60de Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sun, 8 Jan 2023 16:51:18 -0600 Subject: Enabled presence events in dendrite. --- dendrite/server/templates/dendrite.yaml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dendrite/server/templates/dendrite.yaml.j2 b/dendrite/server/templates/dendrite.yaml.j2 index daecfb2..a5073ed 100644 --- a/dendrite/server/templates/dendrite.yaml.j2 +++ b/dendrite/server/templates/dendrite.yaml.j2 @@ -60,8 +60,8 @@ global: # 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. -- cgit v1.2.3