note: account for mutes in the notifications dot

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-08-24 23:40:57 -04:00
parent 9b784dfdf7
commit 49866418a6

View File

@@ -6,6 +6,7 @@ use crate::{
Damus, Route,
};
// TODO(kernelkind): should account for mutes
pub fn unseen_notification(
columns: &mut Damus,
ndb: &nostrdb::Ndb,