mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-11 04:46:35 -05:00
Send a rather basic email notif
Also pep8 fixes
This commit is contained in:
parent
e2a01455af
commit
f63bd4ff47
6 changed files with 136 additions and 12 deletions
|
|
@ -202,7 +202,6 @@ class EventPushActionsStore(SQLBaseStore):
|
|||
result = yield self.runInteraction("get_time_of_last_push_action_before", f)
|
||||
defer.returnValue(result[0] if result is not None else None)
|
||||
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def get_latest_push_action_stream_ordering(self):
|
||||
def f(txn):
|
||||
|
|
|
|||
|
|
@ -256,4 +256,4 @@ class PusherStore(SQLBaseStore):
|
|||
{"pusher": pusher_id, "room_id": room_id},
|
||||
params,
|
||||
desc="set_throttle_params"
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue