mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-15 21:33:48 -05:00
Revert recent changes to RoomMemberStore
This commit is contained in:
parent
a840ff8f3f
commit
a87eac4308
2 changed files with 10 additions and 28 deletions
|
|
@ -154,7 +154,7 @@ class DataStore(RoomMemberStore, RoomStore,
|
|||
@log_function
|
||||
def _persist_event_txn(self, txn, event, backfilled, stream_ordering=None):
|
||||
if event.type == RoomMemberEvent.TYPE:
|
||||
self._store_room_member_from_event_txn(txn, event)
|
||||
self._store_room_member_txn(txn, event)
|
||||
elif event.type == FeedbackEvent.TYPE:
|
||||
self._store_feedback_txn(txn, event)
|
||||
elif event.type == RoomNameEvent.TYPE:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue