feat: Revamp the notification title and content (#8988)
This commit is contained in:
@@ -93,8 +93,8 @@ class Notification::PushNotificationService
|
||||
def fcm_options
|
||||
{
|
||||
notification: {
|
||||
title: notification.notification_type.titleize,
|
||||
body: notification.push_message_title,
|
||||
title: notification.push_message_title,
|
||||
body: notification.push_message_body,
|
||||
sound: 'default'
|
||||
},
|
||||
android: { priority: 'high' },
|
||||
|
||||
Reference in New Issue
Block a user