mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-31 14:54:19 -04:00
Fix up comment
This commit is contained in:
parent
fb1a6914cf
commit
669b6cbda3
1 changed files with 1 additions and 2 deletions
|
@ -1512,8 +1512,7 @@ class EventsStore(
|
|||
logger.info("[purge] finding state groups referenced by deleted events")
|
||||
|
||||
# Get all state groups that are referenced by events that are to be
|
||||
# deleted. We then go and check if they are referenced by other events
|
||||
# or state groups, and if not we delete them.
|
||||
# deleted.
|
||||
txn.execute(
|
||||
"""
|
||||
SELECT DISTINCT state_group FROM events_to_purge
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue