This commit is contained in:
Erik Johnston 2014-11-10 13:46:44 +00:00
parent c46088405a
commit 5d439b127b
8 changed files with 22 additions and 20 deletions

View file

@ -153,6 +153,7 @@ class RoomPowerLevelsEvent(SynapseStateEvent):
def get_content_template(self):
return {}
class RoomAliasesEvent(SynapseStateEvent):
TYPE = "m.room.aliases"