mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-07-01 21:19:30 +03:00
Compare commits
3 Commits
ee0e74f1cf
...
971c5b954c
| Author | SHA1 | Date | |
|---|---|---|---|
| 971c5b954c | |||
| 079169809f | |||
| 60eb52d791 |
@@ -4,7 +4,7 @@ certifi==2026.5.20
|
||||
charset-normalizer==3.4.7
|
||||
click==8.4.1
|
||||
docutils==0.23
|
||||
idna==3.16
|
||||
idna==3.17
|
||||
imagesize==2.0.0
|
||||
Jinja2==3.1.6
|
||||
linkify-it-py==2.1.0
|
||||
|
||||
+1
-1
@@ -63,7 +63,7 @@
|
||||
version: v18-3
|
||||
name: postgres_backup
|
||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-prometheus.git
|
||||
version: v3.11.3-1
|
||||
version: v3.12.0-0
|
||||
name: prometheus
|
||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-prometheus-nginxlog-exporter.git
|
||||
version: v1.10.0-3
|
||||
|
||||
@@ -1473,6 +1473,14 @@ matrix_synapse_experimental_features_msc4306_enabled: false
|
||||
# See https://github.com/matrix-org/matrix-spec-proposals/pull/4354
|
||||
matrix_synapse_experimental_features_msc4354_enabled: false
|
||||
|
||||
# Controls whether to enable the MSC4429 experimental feature (profile updates for legacy `/sync`).
|
||||
#
|
||||
# This allows servers to notify clients using the legacy `/sync` endpoint of profile changes
|
||||
# for other users, enabling features such as user status.
|
||||
#
|
||||
# See https://github.com/matrix-org/matrix-spec-proposals/pull/4429
|
||||
matrix_synapse_experimental_features_msc4429_enabled: false
|
||||
|
||||
# Enable this to activate the REST auth password provider module.
|
||||
# See: https://github.com/ma1uta/matrix-synapse-rest-password-provider
|
||||
matrix_synapse_ext_password_provider_rest_auth_enabled: false
|
||||
|
||||
@@ -3031,6 +3031,9 @@ experimental_features:
|
||||
{% if matrix_synapse_experimental_features_msc4354_enabled %}
|
||||
msc4354_enabled: true
|
||||
{% endif %}
|
||||
{% if matrix_synapse_experimental_features_msc4429_enabled %}
|
||||
msc4429_enabled: true
|
||||
{% endif %}
|
||||
|
||||
{% if matrix_synapse_experimental_features_msc4140_enabled %}
|
||||
max_event_delay_duration: {{ matrix_synapse_max_event_delay_duration | to_json }}
|
||||
|
||||
Reference in New Issue
Block a user