diff --git a/Mastodon/Service/APIService/APIService+Notification.swift b/Mastodon/Service/APIService/APIService+Notification.swift index 921f75d01..88c69847b 100644 --- a/Mastodon/Service/APIService/APIService+Notification.swift +++ b/Mastodon/Service/APIService/APIService+Notification.swift @@ -37,11 +37,8 @@ extension APIService { ] case .mentions: return [ - .follow, - .followRequest, - .reblog, - .favourite, - .poll + .mention, + .status, ] } }(),