improvement: clear out hidden events during schema upgrade

This commit is contained in:
Greg Heartsfield
2023-01-15 15:27:41 -06:00
parent 7021f102e8
commit f543957b34
2 changed files with 14 additions and 2 deletions
+2 -1
View File
@@ -314,8 +314,9 @@ pub async fn db_writer(
notice_tx.try_send(Notice::duplicate(event.id)).ok();
} else {
info!(
"persisted event: {:?} from: {:?} in: {:?}",
"persisted event: {:?} (kind={}) from: {:?} in: {:?}",
event.get_event_id_prefix(),
event.kind,
event.get_author_prefix(),
start.elapsed()
);