forked from MirrorHub/synapse
define room dispositions for use in exposing room capabilities
This commit is contained in:
parent
9c850d9d5e
commit
c5a0f82cca
1 changed files with 5 additions and 0 deletions
|
@ -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…
Reference in a new issue