0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-17 05:53:51 +01:00
This commit is contained in:
Erik Johnston 2017-03-27 18:02:17 +01:00
parent d82c42837f
commit bac9bf1b12

View file

@ -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)