diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2023-08-22 16:47:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-22 14:47:59 +0000 |
commit | 0ba17777be81ba9457defb407112b664042a14d2 (patch) | |
tree | 3eea0de6202c4686023bce0c08691eb9c9f90342 /synapse | |
parent | Add an admin endpoint to allow authorizing server to signal token revocations... (diff) | |
download | synapse-0ba17777be81ba9457defb407112b664042a14d2.tar.xz |
Disable `m.3pid_changes` capability when MSC3861 is enabled. (#16134)
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/config/experimental.py | 6 | ||||
-rw-r--r-- | synapse/config/registration.py | 11 |
2 files changed, 16 insertions, 1 deletions
diff --git a/synapse/config/experimental.py b/synapse/config/experimental.py |