mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-20 15:14:12 -04:00
Remove context.push_actions
This commit is contained in:
parent
c714c61853
commit
4810f7effd
5 changed files with 11 additions and 20 deletions
|
@ -230,7 +230,10 @@ class SlavedEventStoreTestCase(BaseSlavedStoreTestCase):
|
|||
state_handler = self.hs.get_state_handler()
|
||||
context = yield state_handler.compute_event_context(event)
|
||||
|
||||
context.push_actions = push_actions
|
||||
for user_id, actions in push_actions:
|
||||
yield self.master_store.add_push_actions_to_staging(
|
||||
event.event_id, user_id, actions,
|
||||
)
|
||||
|
||||
ordering = None
|
||||
if backfill:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue