mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 13:36:02 -04: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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue