mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04: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"
|
||||
|
||||
|
||||
class RoomDisposition(object):
|
||||
STABLE = "stable",
|
||||
UNSTABLE = "unstable"
|
||||
|
||||
|
||||
# the version we will give rooms which are created on this server
|
||||
DEFAULT_ROOM_VERSION = RoomVersions.V1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user