Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
pull/8476/head
Erik Johnston 2020-10-06 17:21:27 +01:00 committed by GitHub
parent 0869a4f20b
commit 3613071e44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2967,7 +2967,7 @@ class FederationHandler(BaseHandler):
else:
assert self.storage.persistence
# Note that this returns the events that wer persisted, which may not be
# Note that this returns the events that were persisted, which may not be
# the same as we passed in if some were deduplicated due transaction IDs.
events, max_stream_token = await self.storage.persistence.persist_events(
event_and_contexts, backfilled=backfilled