diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-10-17 10:38:22 +0100 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-10-17 10:38:22 +0100 |
commit | d72d4f8d5d0016a8dcbf77aba92671f3469eb630 (patch) | |
tree | 892ba2dcfd6804a18fc3d34e09ab45b41af7d18d /clientapi | |
parent | 83c9dde219440e0d730d63d2d65fc9eaaea64762 (diff) |
Set `org.matrix.msc2285.stable` in `/versions`
Diffstat (limited to 'clientapi')
-rw-r--r-- | clientapi/routing/routing.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clientapi/routing/routing.go b/clientapi/routing/routing.go index e72880ec..ec5ca899 100644 --- a/clientapi/routing/routing.go +++ b/clientapi/routing/routing.go @@ -70,6 +70,7 @@ func Setup( unstableFeatures := map[string]bool{ "org.matrix.e2e_cross_signing": true, + "org.matrix.msc2285.stable": true, } for _, msc := range cfg.MSCs.MSCs { unstableFeatures["org.matrix."+msc] = true |