diff options
| author | Luke Hoersten <[email protected]> | 2023-01-08 16:51:18 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2023-01-08 16:51:18 -0600 |
| commit | 43517ea428940810e3f01904113ed70eff1d60de (patch) | |
| tree | 73338c6c874f2765ee331483e1cb823cdd165f2f /dendrite | |
| parent | f74c8bd36c7796b94ed30cea2f748a14da557e14 (diff) | |
Enabled presence events in dendrite.
Diffstat (limited to 'dendrite')
| -rw-r--r-- | dendrite/server/templates/dendrite.yaml.j2 | 4 |
1 files 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. |
