We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2115f2 commit 8a9c32dCopy full SHA for 8a9c32d
Modules/Sources/NotificationsClient/NotificationsClient.swift
@@ -128,6 +128,12 @@ extension NotificationsClient: DependencyKey {
128
case 2:
129
// Last message, unused
130
return false
131
+ case 3:
132
+ // User mention, processing in showUnreadNotifications
133
+ return false
134
+ case 4:
135
+ // Hat update
136
+ subject.send(.topic(notification.id))
137
default:
138
analyticsClient.capture(EventError.unknownFlag(notificationRaw))
139
0 commit comments