mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 13:46:02 -04:00
Remove unused function
This commit is contained in:
parent
6b9b6a9169
commit
35b7b8e4bc
2 changed files with 0 additions and 26 deletions
|
@ -122,10 +122,6 @@ class EmailPusher(object):
|
|||
up logging, measures and guards against multiple instances of it
|
||||
being run.
|
||||
"""
|
||||
last_notifs = yield self.store.get_time_of_latest_push_action_by_room_for_user(
|
||||
self.user_id
|
||||
)
|
||||
|
||||
unprocessed = yield self.store.get_unread_push_actions_for_user_in_range(
|
||||
self.user_id, self.last_stream_ordering, self.max_stream_ordering
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue