revert native changes

This commit is contained in:
Samuel Newman
2026-05-05 10:40:42 +03:00
parent c308a16500
commit fed321a05e
4 changed files with 8 additions and 94 deletions
@@ -13,7 +13,7 @@ class BackgroundNotificationHandler(
return
}
if (remoteMessage.data["reason"] == "chat-message" || remoteMessage.data["reason"] == "chat-reaction") {
if (remoteMessage.data["reason"] == "chat-message") {
mutateWithChatMessage(remoteMessage)
} else {
mutateWithOtherReason(remoteMessage)