mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:46:06 -04:00
Fix up push to use get_current_state_ids
This commit is contained in:
parent
0e1900d819
commit
7356d52e73
4 changed files with 87 additions and 57 deletions
|
@ -245,7 +245,7 @@ class HttpPusher(object):
|
|||
@defer.inlineCallbacks
|
||||
def _build_notification_dict(self, event, tweaks, badge):
|
||||
ctx = yield push_tools.get_context_for_event(
|
||||
self.state_handler, event, self.user_id
|
||||
self.store, self.state_handler, event, self.user_id
|
||||
)
|
||||
|
||||
d = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue