mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-05 15:37:02 +00: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
|
# Supports receiving private read receipts as per MSC2285
|
||||||
"org.matrix.msc2285.stable": True, # TODO: Remove when MSC2285 becomes a part of the spec
|
"org.matrix.msc2285.stable": True, # TODO: Remove when MSC2285 becomes a part of the spec
|
||||||
# Supports room previews as per MSC3266
|
# 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
|
# Supports filtering of /publicRooms by room type as per MSC3827
|
||||||
"org.matrix.msc3827.stable": True,
|
"org.matrix.msc3827.stable": True,
|
||||||
# Adds support for thread relations, per MSC3440.
|
# Adds support for thread relations, per MSC3440.
|
||||||
|
|
Loading…
Add table
Reference in a new issue