mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-24 08:00:44 -04:00
Fix a typo in MSC3873 config option. (#15138)
Previously the experimental configuration option referred to the wrong MSC number.
This commit is contained in:
parent
1a1738eca2
commit
ec79870f14
4 changed files with 10 additions and 9 deletions
|
@ -175,8 +175,8 @@ class ExperimentalConfig(Config):
|
|||
)
|
||||
|
||||
# MSC3873: Disambiguate event_match keys.
|
||||
self.msc3783_escape_event_match_key = experimental.get(
|
||||
"msc3783_escape_event_match_key", False
|
||||
self.msc3873_escape_event_match_key = experimental.get(
|
||||
"msc3873_escape_event_match_key", False
|
||||
)
|
||||
|
||||
# MSC3952: Intentional mentions, this depends on MSC3758.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue