mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-31 17:38:36 -04:00
fix annoying typos
This commit is contained in:
parent
7738329672
commit
8cfc0165e9
2 changed files with 3 additions and 3 deletions
|
@ -384,7 +384,7 @@ class StateStore(SQLBaseStore):
|
|||
# We did this before by getting the list of group ids, and
|
||||
# then passing that list to sqlite to get latest event for
|
||||
# each (type, state_key). However, that was terribly slow
|
||||
# without the right indicies (which we can't add until
|
||||
# without the right indices (which we can't add until
|
||||
# after we finish deduping state, which requires this func)
|
||||
args = [next_group]
|
||||
if types:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue