mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 08:34:57 -04:00
Add beginnings of ban support.
This commit is contained in:
parent
865469f233
commit
db7109c43b
8 changed files with 122 additions and 29 deletions
|
@ -167,3 +167,10 @@ class RoomSendEventLevelEvent(SynapseStateEvent):
|
|||
|
||||
def get_content_template(self):
|
||||
return {}
|
||||
|
||||
|
||||
class RoomOpsPowerLevelsEvent(SynapseStateEvent):
|
||||
TYPE = "m.room.ops_levels"
|
||||
|
||||
def get_content_template(self):
|
||||
return {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue