mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 11:34:48 -04:00
Remove references to unstable identifiers from MSC3440. (#12382)
Removes references to unstable thread relation, unstable identifiers for filtering parameters, and the experimental config flag.
This commit is contained in:
parent
1783156dbc
commit
86cf6a3a17
11 changed files with 21 additions and 98 deletions
|
@ -179,8 +179,6 @@ class RelationTypes:
|
|||
REPLACE: Final = "m.replace"
|
||||
REFERENCE: Final = "m.reference"
|
||||
THREAD: Final = "m.thread"
|
||||
# TODO Remove this in Synapse >= v1.57.0.
|
||||
UNSTABLE_THREAD: Final = "io.element.thread"
|
||||
|
||||
|
||||
class LimitBlockingTypes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue