forked from MirrorHub/synapse
Fix up grammar
This commit is contained in:
parent
6e10eed28e
commit
31c7c29d43
1 changed files with 3 additions and 3 deletions
|
@ -556,9 +556,9 @@ class EventsStore(EventsWorkerStore):
|
|||
|
||||
state_groups_map[ctx.state_group] = ctx.current_state_ids
|
||||
|
||||
# We need to map the event_ids to their state groups. First, lets
|
||||
# check if the event is one we're persisting and then we can pull the
|
||||
# state group from its context.
|
||||
# We need to map the event_ids to their state groups. First, let's
|
||||
# check if the event is one we're persisting, in which case we can
|
||||
# pull the state group from its context.
|
||||
# Otherwise we need to pull the state group from the database.
|
||||
|
||||
# Set of events we need to fetch groups for. (We know none of the old
|
||||
|
|
Loading…
Reference in a new issue