mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Dont send imageurl to firebase
This commit is contained in:
parent
8439b2e0ef
commit
19f02a8cea
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ export function notificationRouter() {
|
|||
notification: {
|
||||
title,
|
||||
body,
|
||||
imageUrl,
|
||||
// imageUrl,
|
||||
},
|
||||
data,
|
||||
tokens: tokens.map((token) => token.token),
|
||||
|
|
|
|||
Loading…
Reference in a new issue