Fix emoji sending and self push notifications
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user