mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 14:06:02 -04:00
Rename _store_room_member_txn to _store_room_member_from_event_txn so we can create another, more sensible function of that name
This commit is contained in:
parent
3d6aee079e
commit
aaf9ab68c6
2 changed files with 2 additions and 2 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_txn(txn, event)
|
||||
self._store_room_member_from_event_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