replace HybridSet with NoteUnits

This will unify the collections that hold the notes to timelines
and threads and allow the notifications timeline to have grouped
notifications, among other things

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-08-24 23:32:25 -04:00
parent 4992e25b3a
commit 1a93663b1a
7 changed files with 756 additions and 106 deletions

View File

@@ -385,7 +385,7 @@ pub fn process_thread_notes(
created_at,
};
if thread.replies.contains(&note_ref) {
if thread.replies.contains_key(&note_ref.key) {
continue;
}