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:
parent
a1774ced00
commit
a785a36a0e
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user