ensure blocked users do not show in notifications

This commit is contained in:
William Casarin
2023-02-26 15:56:31 -08:00
parent 9fd2f51971
commit 0f29d67e1f
2 changed files with 4 additions and 1 deletions

View File

@@ -46,7 +46,6 @@ enum NotificationItem {
}
class NotificationsModel: ObservableObject, ScrollQueue {
var incoming_zaps: [Zap]
var incoming_events: [NostrEvent]
var should_queue: Bool