debug: log when adding notes to start

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-01-19 12:50:23 -08:00
parent a94ebc3603
commit e52ba5937f

View File

@@ -151,6 +151,7 @@ impl TimelineTab {
// reversed in this case means chronological, since the
// default is reverse-chronological. yeah it's confusing.
if !reversed {
debug!("inserting {} new notes at start", new_refs.len());
list.items_inserted_at_start(new_items);
}
}