mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 13:44:48 -04:00
add new event types
This commit is contained in:
parent
e2c9fe0a6a
commit
c24fc9797b
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ class EventTypes(object):
|
||||||
Name = "m.room.name"
|
Name = "m.room.name"
|
||||||
|
|
||||||
ServerACL = "m.room.server_acl"
|
ServerACL = "m.room.server_acl"
|
||||||
|
Pinned = "m.room.pinned_events"
|
||||||
|
|
||||||
ServerNoticeLimitReached = "m.server_notice.usage_limit_reached"
|
ServerNoticeLimitReached = "m.server_notice.usage_limit_reached"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue