From a9edd40fcd48eb0ec9f751a5807a2e08019bc685 Mon Sep 17 00:00:00 2001 From: wj25czxj47bu6q <96372288+wj25czxj47bu6q@users.noreply.github.com> Date: Fri, 6 Oct 2023 21:22:55 +0000 Subject: [PATCH] Document experimental Synapse features Signed-off-by: wj25czxj47bu6q <96372288+wj25czxj47bu6q@users.noreply.github.com> --- .../conf.d/experimental_features.yaml | 34 ++++++++++--------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/etc/matrix-synapse/conf.d/experimental_features.yaml b/etc/matrix-synapse/conf.d/experimental_features.yaml index c262849..d710595 100644 --- a/etc/matrix-synapse/conf.d/experimental_features.yaml +++ b/etc/matrix-synapse/conf.d/experimental_features.yaml @@ -1,17 +1,19 @@ experimental_features: - msc3026_enabled: true - msc3266_enabled: true - msc2654_enabled: true - msc2815_enabled: true - msc3391_enabled: true - msc3773_enabled: true - msc3664_enabled: true - msc3848_enabled: true - msc3881_enabled: true - msc3874_enabled: true - msc3890_enabled: true - msc3381_polls_enabled: true - msc3912_enabled: true - msc1767_enabled: true - msc3981_recurse_relations: true - msc4010_push_rules_account_data: true + msc3026_enabled: true # "Busy" presence state + msc3266_enabled: true # Room summary API + msc3720_enabled: false # Account status endpoint + msc2654_enabled: true # Unread counts + msc2815_enabled: true # Allow room moderators to view redacted event content + msc3391_enabled: true # Deleting account data + msc3773_enabled: true # Notifications for threads + msc3664_enabled: true # Notifications for relations + msc3848_enabled: true # Introduce errcodes for specific event sending failures + msc3881_enabled: true # Remotely toggle push notifications for another client + msc3874_enabled: true # Filtering the /messages API by relation type + msc3890_enabled: true # Remotely silence local notifications + msc3381_polls_enabled: true # MSC3930: Polls push rules/notifications + msc3912_enabled: true # Relation-based redactions + msc1767_enabled: true # Extensible events + msc3967_enabled: false # Do not require UIA when first uploading cross signing keys + msc3981_recurse_relations: true # Recurse relations + msc4010_push_rules_account_data: true # Do not allow setting m.push_rules account data