forked from MirrorHub/synapse
Update return value docstring
This commit is contained in:
parent
6ccefef07a
commit
aff1dfdf3d
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ class ReceiptsWorkerStore(SQLBaseStore):
|
|||
from the start.
|
||||
|
||||
Returns:
|
||||
list: A list of receipts.
|
||||
Deferred[list]: A list of receipts.
|
||||
"""
|
||||
if from_key is not None:
|
||||
# Check the cache first to see if any new receipts have been added
|
||||
|
|
Loading…
Reference in a new issue