diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-07-11 13:33:23 +0100 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-07-11 13:33:23 +0100 |
commit | 78a1cd36b568c3021b311703df147b68f5fd1c19 (patch) | |
tree | b99ea1508daa2ab103aebdf465a7e0506ddb826f /synapse/storage | |
parent | Clean up exception handling for access_tokens (#5656) (diff) | |
download | synapse-78a1cd36b568c3021b311703df147b68f5fd1c19.tar.xz |
small typo fix (#5655)
Diffstat (limited to 'synapse/storage')
-rw-r--r-- | synapse/storage/events_worker.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/events_worker.py b/synapse/storage/events_worker.py index 09db872511..874d0a56bc 100644 --- a/synapse/storage/events_worker.py +++ b/synapse/storage/events_worker.py @@ -327,7 +327,7 @@ class EventsWorkerStore(SQLBaseStore): Args: 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 Returns: |