mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 01:25:44 +03:00
We no longer need to special case room config events.
This commit is contained in:
parent
a17b371384
commit
506711749f
1 changed files with 2 additions and 2 deletions
|
@ -50,8 +50,8 @@ class DataStore(RoomMemberStore, RoomStore,
|
|||
yield self._store_room_member(event)
|
||||
elif event.type == FeedbackEvent.TYPE:
|
||||
yield self._store_feedback(event)
|
||||
elif event.type == RoomConfigEvent.TYPE:
|
||||
yield self._store_room_config(event)
|
||||
# elif event.type == RoomConfigEvent.TYPE:
|
||||
# yield self._store_room_config(event)
|
||||
elif event.type == RoomNameEvent.TYPE:
|
||||
yield self._store_room_name(event)
|
||||
elif event.type == RoomTopicEvent.TYPE:
|
||||
|
|
Loading…
Reference in a new issue