Update docstring with correct type
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
parent
53788a447f
commit
52ddc6c0ed
|
@ -171,7 +171,7 @@ class EventsWorkerStore(SQLBaseStore):
|
||||||
allow_rejected (bool): If True return rejected events.
|
allow_rejected (bool): If True return rejected events.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
Deferred[list]: List of events fetched from the database. The
|
Deferred[list[EventBase]]: List of events fetched from the database. The
|
||||||
events are in the same order as `event_ids` arg.
|
events are in the same order as `event_ids` arg.
|
||||||
|
|
||||||
Note that the returned list may be smaller than the list of event
|
Note that the returned list may be smaller than the list of event
|
||||||
|
|
Loading…
Reference in New Issue