mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-17 02:44:06 +01:00
Typo
This commit is contained in:
parent
d82c42837f
commit
bac9bf1b12
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ class EventsStore(SQLBaseStore):
|
|||
if ctx.current_state_ids is None:
|
||||
raise Exception("Unknown current state")
|
||||
|
||||
# If we've akready seen the state group don't bother adding
|
||||
# If we've already seen the state group don't bother adding
|
||||
# it to the state sets again
|
||||
if ctx.state_group not in state_groups:
|
||||
state_sets.append(ctx.current_state_ids)
|
||||
|
|
Loading…
Reference in a new issue