mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Fix log message in purge_history
(we don't just remove remote events)
This commit is contained in:
parent
bfdf7b9237
commit
d627174da2
@ -2287,8 +2287,7 @@ class EventsStore(SQLBaseStore):
|
|||||||
"event_signatures",
|
"event_signatures",
|
||||||
"rejections",
|
"rejections",
|
||||||
):
|
):
|
||||||
logger.info("[purge] removing remote non-state events from %s",
|
logger.info("[purge] removing events from %s", table)
|
||||||
table)
|
|
||||||
|
|
||||||
txn.executemany(
|
txn.executemany(
|
||||||
"DELETE FROM %s WHERE event_id = ?" % (table,),
|
"DELETE FROM %s WHERE event_id = ?" % (table,),
|
||||||
|
Loading…
Reference in New Issue
Block a user