feat(date-memories): handle date_logged and date_reflection_* notification types in AppMessagingService
This commit is contained in:
parent
47f311abda
commit
a96be6ea07
|
|
@ -121,6 +121,7 @@ class AppMessagingService : FirebaseMessagingService() {
|
|||
gameType = message.data["game_type"],
|
||||
capsuleId = message.data["capsule_id"],
|
||||
challengeId = message.data["challenge_id"],
|
||||
dateId = message.data["date_id"],
|
||||
avatarUrl = message.data["sender_avatar_url"]
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue