Support for NIP24- Trustless GiftWrapped Sealed Private Direct Messages and Small Private Groups
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ class PushNotificationReceiverService : FirebaseMessagingService() {
|
||||
remoteMessage.data.let {
|
||||
val eventStr = remoteMessage.data["event"] ?: return
|
||||
val event = Event.fromJson(eventStr, true)
|
||||
EventNotificationConsumer(applicationContext).consume(event)
|
||||
EventNotificationConsumer(applicationContext).unwrapAndConsume(event)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user