mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
small typo fix (#5655)
This commit is contained in:
parent
0a4001eba1
commit
78a1cd36b5
1
changelog.d/5655.doc
Normal file
1
changelog.d/5655.doc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Fix a small typo in a code comment.
|
@ -327,7 +327,7 @@ class EventsWorkerStore(SQLBaseStore):
|
|||||||
|
|
||||||
Args:
|
Args:
|
||||||
events (list(str)): list of event_ids to fetch
|
events (list(str)): list of event_ids to fetch
|
||||||
allow_rejected (bool): Whether to teturn events that were rejected
|
allow_rejected (bool): Whether to return events that were rejected
|
||||||
update_metrics (bool): Whether to update the cache hit ratio metrics
|
update_metrics (bool): Whether to update the cache hit ratio metrics
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
|
Loading…
Reference in New Issue
Block a user