mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:16:07 -04:00
Address minor PR issues
This commit is contained in:
parent
d2a92c6bde
commit
3051c9d002
7 changed files with 12 additions and 25 deletions
|
@ -267,8 +267,8 @@ class BaseHandler(object):
|
|||
event, context=context
|
||||
)
|
||||
|
||||
action_generator = ActionGenerator(self.hs, self.store)
|
||||
yield action_generator.handle_event(serialize_event(
|
||||
action_generator = ActionGenerator(self.store)
|
||||
yield action_generator.handle_push_actions_for_event(serialize_event(
|
||||
event, self.clock.time_msec()
|
||||
))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue