2
2
mirror of https://github.com/mastodon/mastodon-ios synced 2025-04-11 22:58:02 +02:00

Exclude admin notifications until we can offer control over them

This commit is contained in:
shannon 2025-04-02 17:07:08 -04:00
parent a1774ced00
commit a785a36a0e

View File

@ -73,7 +73,7 @@ extension APIService {
switch scope {
case .everything:
types = nil
excludedTypes = nil
excludedTypes = [.adminReport, .adminSignUp]
case .mentions:
types = [.mention]
excludedTypes = [.follow, .followRequest, .reblog, .favourite, .poll]