diff --git a/MastodonSDK/Sources/MastodonCore/Service/API/APIService+Notification.swift b/MastodonSDK/Sources/MastodonCore/Service/API/APIService+Notification.swift index a56975aa9..565043e01 100644 --- a/MastodonSDK/Sources/MastodonCore/Service/API/APIService+Notification.swift +++ b/MastodonSDK/Sources/MastodonCore/Service/API/APIService+Notification.swift @@ -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]