mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-18 18:49:23 -04:00
Rename functions
This commit is contained in:
parent
7b0d846407
commit
0214745239
2 changed files with 4 additions and 4 deletions
|
@ -221,12 +221,12 @@ class EventsStore(SQLBaseStore):
|
|||
)
|
||||
|
||||
if context.push_actions:
|
||||
self._set_push_actions_for_event_and_users(
|
||||
self._set_push_actions_for_event_and_users_txn(
|
||||
txn, event, context.push_actions
|
||||
)
|
||||
|
||||
if event.type == EventTypes.Redaction and event.redacts is not None:
|
||||
self._remove_push_actions_for_event_id(
|
||||
self._remove_push_actions_for_event_id_txn(
|
||||
txn, event.room_id, event.redacts
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue