Add unstable feature flag

pull/6301/head
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
1 changed files with 3 additions and 0 deletions

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,
},
},
)