0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-14 17:03:50 +01:00

Add unstable feature flag

This commit is contained in:
Brendan Abolivier 2019-11-01 10:41:23 +00:00
parent 57cdb046e4
commit e3689ac6f7
No known key found for this signature in database
GPG key ID: 1E015C145F1916CD

View file

@ -65,6 +65,9 @@ class VersionsRestServlet(RestServlet):
"m.require_identity_server": False,
# as per MSC2290
"m.separate_add_and_bind": True,
# Implements support for label-based filtering as described in
# MSC2326.
"org.matrix.label_based_filtering": True,
},
},
)