mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-07 15:57:53 -05:00
Update return value docstring
This commit is contained in:
parent
6ccefef07a
commit
aff1dfdf3d
@ -163,7 +163,7 @@ class ReceiptsWorkerStore(SQLBaseStore):
|
|||||||
from the start.
|
from the start.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
list: A list of receipts.
|
Deferred[list]: A list of receipts.
|
||||||
"""
|
"""
|
||||||
if from_key is not None:
|
if from_key is not None:
|
||||||
# Check the cache first to see if any new receipts have been added
|
# Check the cache first to see if any new receipts have been added
|
||||||
|
Loading…
Reference in New Issue
Block a user