mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-29 14:43:26 -05:00
define room dispositions for use in exposing room capabilities
This commit is contained in:
parent
9c850d9d5e
commit
c5a0f82cca
@ -109,6 +109,11 @@ class RoomVersions(object):
|
|||||||
STATE_V2_TEST = "state-v2-test"
|
STATE_V2_TEST = "state-v2-test"
|
||||||
|
|
||||||
|
|
||||||
|
class RoomDisposition(object):
|
||||||
|
STABLE = "stable",
|
||||||
|
UNSTABLE = "unstable"
|
||||||
|
|
||||||
|
|
||||||
# the version we will give rooms which are created on this server
|
# the version we will give rooms which are created on this server
|
||||||
DEFAULT_ROOM_VERSION = RoomVersions.V1
|
DEFAULT_ROOM_VERSION = RoomVersions.V1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user