mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-02 17:44:49 -04:00
Basic initial support for room upgrades
Currently just creates a new, empty, room, and sends a tombstone in the old room.
This commit is contained in:
parent
e1948175ee
commit
0f7d1c9906
5 changed files with 208 additions and 0 deletions
|
@ -61,6 +61,7 @@ class LoginType(object):
|
|||
class EventTypes(object):
|
||||
Member = "m.room.member"
|
||||
Create = "m.room.create"
|
||||
Tombstone = "m.room.tombstone"
|
||||
JoinRules = "m.room.join_rules"
|
||||
PowerLevels = "m.room.power_levels"
|
||||
Aliases = "m.room.aliases"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue