mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-21 09:05:42 +03:00
Change name of flag to match unstable prefix
Use "im.nheko" instead of "org.matrix"
This commit is contained in:
parent
b025f6ffaa
commit
6548d6e140
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ class VersionsRestServlet(RestServlet):
|
|||
# Supports receiving private read receipts as per MSC2285
|
||||
"org.matrix.msc2285.stable": True, # TODO: Remove when MSC2285 becomes a part of the spec
|
||||
# Supports room previews as per MSC3266
|
||||
"org.matrix.msc3266": self.config.experimental.msc3266_enabled,
|
||||
"im.nheko.msc3266": self.config.experimental.msc3266_enabled,
|
||||
# Supports filtering of /publicRooms by room type as per MSC3827
|
||||
"org.matrix.msc3827.stable": True,
|
||||
# Adds support for thread relations, per MSC3440.
|
||||
|
|
Loading…
Reference in a new issue