Dimillian / IceCubesApp

A SwiftUI Mastodon client
https://apps.apple.com/us/app/ice-cubes-for-mastodon/id6444915884
GNU Affero General Public License v3.0
5.57k stars 539 forks source link

Bug: Filtered notifications are displayed even though setting is to hide completely #2211

Open djfoheso opened 1 month ago

djfoheso commented 1 month ago

Environment:

Description

I have set a filter via the Mastodon web client, selecting all Filter Contexts (including notifications), and setting the Filter Action to Hide Completely. In the web client this acts as expected: I don't see notifications matching the filter (a bunch of Japanese spam), and I don't get an alert that there are unread notifications.

In Ice Cubes, the filtered notifications appear in the Notifications panel, but they are greyed. In addition, I get a notification alert (the Notifications icon shows unread notifications).

Expected behavior: like the web client. The notifications should not be displayed at all, and I should not get a notification alert.

Related Issues