mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-22 22:31:00 -05:00
We no longer need to special case room config events.
This commit is contained in:
parent
a17b371384
commit
506711749f
@ -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 New Issue
Block a user