Commit b049330e2297
Changed files (1)
tools
github-notif-manager
src
tools/github-notif-manager/src/main.rs
@@ -168,7 +168,7 @@ fn fetch_notifications(
};
let fresh = client
- .get_notifications(true, since.as_deref(), pb.as_ref())
+ .get_notifications(force_all, since.as_deref(), pb.as_ref())
.context("Failed to fetch notifications")?;
let fresh_count = fresh.len();