Browse Source

Render outgoing presence from playbook configuration

pull/5106/head
Slavi Pantaleev 2 months ago
parent
commit
7f2b7faa5d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/custom/matrix-continuwuity/templates/continuwuity.toml.j2

+ 1
- 1
roles/custom/matrix-continuwuity/templates/continuwuity.toml.j2 View File

@@ -1147,7 +1147,7 @@ emergency_password = {{ matrix_continuwuity_config_emergency_password | to_json
# There are only a few clients that even implement presence, so you # There are only a few clients that even implement presence, so you
# probably don't want to enable this. # probably don't want to enable this.
# #
#allow_outgoing_presence = {{ matrix_continuwuity_config_allow_outgoing_presence | to_json }}
allow_outgoing_presence = {{ matrix_continuwuity_config_allow_outgoing_presence | to_json }}


# How many seconds without presence updates before you become idle. # How many seconds without presence updates before you become idle.
# Defaults to 5 minutes. # Defaults to 5 minutes.


Loading…
Cancel
Save