Fix emoji sending and self push notifications

This commit is contained in:
sevenhill
2026-07-04 21:47:06 +03:00
parent b3192d793d
commit 3e3d1538eb
4 changed files with 248 additions and 8 deletions
@@ -33,6 +33,10 @@ class QMaxFirebaseMessagingService : FirebaseMessagingService() {
return
}
if (message.data["direction"].equals("Outgoing", ignoreCase = true)) {
return
}
val title = message.notification?.title
?: message.data["title"]
?: message.data["chatTitle"]