diff --git a/src/app.rs b/src/app.rs index c7eb45a..3b498d5 100644 --- a/src/app.rs +++ b/src/app.rs @@ -269,6 +269,14 @@ impl<'a> UnknownId<'a> { } } +/// Look for missing notes in various parts of notes that we see: +/// +/// - pubkeys and notes mentioned inside the note +/// - notes being replied to +/// +/// We return all of this in a HashSet so that we can fetch these from +/// remote relays. +/// fn get_unknown_note_ids<'a>( ndb: &Ndb, _cached_note: &CachedNote,