mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -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",
|
||||
"rejections",
|
||||
):
|
||||
logger.info("[purge] removing remote non-state events from %s",
|
||||
table)
|
||||
logger.info("[purge] removing events from %s", table)
|
||||
|
||||
txn.executemany(
|
||||
"DELETE FROM %s WHERE event_id = ?" % (table,),
|
||||
|
Loading…
Reference in New Issue
Block a user