mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Send libraryItemId with push notifications
This commit is contained in:
parent
28aa9a468d
commit
e093738dcc
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ const sendNotification = async (obj: RuleActionObj) => {
|
|||
libraryItemId: item.id,
|
||||
}
|
||||
|
||||
return sendPushNotifications(obj.userId, message, 'rule')
|
||||
return sendPushNotifications(obj.userId, message, 'rule', data)
|
||||
}
|
||||
|
||||
const getRuleAction = (actionType: RuleActionType): RuleActionFunc => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue