mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-25 20:49:24 -05:00
Add unstable feature flag
This commit is contained in:
parent
57cdb046e4
commit
e3689ac6f7
@ -65,6 +65,9 @@ class VersionsRestServlet(RestServlet):
|
|||||||
"m.require_identity_server": False,
|
"m.require_identity_server": False,
|
||||||
# as per MSC2290
|
# as per MSC2290
|
||||||
"m.separate_add_and_bind": True,
|
"m.separate_add_and_bind": True,
|
||||||
|
# Implements support for label-based filtering as described in
|
||||||
|
# MSC2326.
|
||||||
|
"org.matrix.label_based_filtering": True,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user