mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Fix up comment
This commit is contained in:
parent
fb1a6914cf
commit
669b6cbda3
@ -1512,8 +1512,7 @@ class EventsStore(
|
|||||||
logger.info("[purge] finding state groups referenced by deleted events")
|
logger.info("[purge] finding state groups referenced by deleted events")
|
||||||
|
|
||||||
# Get all state groups that are referenced by events that are to be
|
# 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
|
# deleted.
|
||||||
# or state groups, and if not we delete them.
|
|
||||||
txn.execute(
|
txn.execute(
|
||||||
"""
|
"""
|
||||||
SELECT DISTINCT state_group FROM events_to_purge
|
SELECT DISTINCT state_group FROM events_to_purge
|
||||||
|
Loading…
Reference in New Issue
Block a user