mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-02 17:34:50 -04:00
Merge branch 'develop' into travis/login-terms
This commit is contained in:
commit
d1e7b9c44c
91 changed files with 2562 additions and 1263 deletions
|
@ -62,6 +62,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