mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 01:04:49 -04:00
Apply clarity and docstrings
This commit is contained in:
parent
0354659f9d
commit
2602ddc379
3 changed files with 15 additions and 3 deletions
|
@ -224,5 +224,5 @@ class _Recoverer(object):
|
|||
|
||||
@defer.inlineCallbacks
|
||||
def _get_oldest_txn(self):
|
||||
txn = yield self.store.get_oldest_txn(self.service)
|
||||
txn = yield self.store.get_oldest_unsent_txn(self.service)
|
||||
defer.returnValue(txn)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue