diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index a5a19bf..d405550 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,9 +4,8 @@
-
+
-
@@ -160,7 +159,6 @@
-
@@ -185,7 +183,8 @@
-
+
+
diff --git a/pkg/internal/services/preferences.go b/pkg/internal/services/preferences.go
index c8005bd..4aaff95 100644
--- a/pkg/internal/services/preferences.go
+++ b/pkg/internal/services/preferences.go
@@ -170,6 +170,8 @@ func CheckNotificationNotifiableBatch(accounts []models.Account, topic string) [
}
}
notifiable[idx] = true
+ } else {
+ notifiable[idx] = true
}
}