diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-10-07 09:26:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-07 09:26:40 -0400 |
commit | 66a785733458d0b5801097caff53624e202a91b4 (patch) | |
tree | ef211ad0fefd409961a03cd0ec8a0fd5b0a5e951 /synapse/config | |
parent | Add sample worker files for `pusher` and `federation_sender` (#14077) (diff) | |
download | synapse-66a785733458d0b5801097caff53624e202a91b4.tar.xz |
Use stable identifiers for MSC3771 & MSC3773. (#14050)
These are both part of Matrix 1.4 which has now been released. For now, support both the unstable and stable identifiers.
Diffstat (limited to 'synapse/config')
-rw-r--r-- | synapse/config/experimental.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/config/experimental.py b/synapse/config/experimental.py index 6503ce6e34..c35301207a 100644 --- a/synapse/config/experimental.py +++ b/synapse/config/experimental.py @@ -95,8 +95,6 @@ class ExperimentalConfig(Config): # MSC2815 (allow room moderators to view redacted event content) self.msc2815_enabled: bool = experimental.get("msc2815_enabled", False) - # MSC3771: Thread read receipts - self.msc3771_enabled: bool = experimental.get("msc3771_enabled", False) # MSC3772: A push rule for mutual relations. self.msc3772_enabled: bool = experimental.get("msc3772_enabled", False) # MSC3773: Thread notifications |