Merge pull request #1539 from omnivore-app/fix/image-url-in-notification

remove imageUrl from notification data
This commit is contained in:
Hongbo Wu 2022-12-13 15:38:08 +08:00 committed by GitHub
commit 37681c4d21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ export const sendNotification = async (
const requestData: RequestData = {
body,
title,
image,
// image,
notificationType: 'rule',
data,
}