Push configuration on iOS
This commit is contained in:
@ -70,8 +70,10 @@ const sendNotification = async (obj: RuleActionObj) => {
|
||||
const message = {
|
||||
title: item.author || item.siteName || 'Omnivore',
|
||||
body: item.title,
|
||||
image: item.thumbnail,
|
||||
}
|
||||
const data = {
|
||||
libraryItemId: item.id,
|
||||
thumbnail: item.thumbnail,
|
||||
}
|
||||
|
||||
return sendPushNotifications(obj.userId, message, 'rule')
|
||||
|
||||
Reference in New Issue
Block a user