playov2-js-utilities 0.3.29 → 0.3.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -232,7 +232,7 @@ const host_booked_venue = {
|
|
|
232
232
|
|
|
233
233
|
const dm_request = {
|
|
234
234
|
heading: 'New message request 💭',
|
|
235
|
-
text: '
|
|
235
|
+
text: '{{user_name}} has messaged you on Playo. Tap to see.',
|
|
236
236
|
buttons: [],
|
|
237
237
|
notificationId: notificationIds.MESSAGE_REQUEST
|
|
238
238
|
}
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
const notificationCategories = {
|
|
5
5
|
GROUP: 'group', // group updates
|
|
6
6
|
ACTIVITY: 'activity', // activity updates
|
|
7
|
-
KARMA: 'karma',
|
|
8
|
-
SPLIT_PAYMENTS: 'split_payments',
|
|
9
|
-
OFFERS: 'offers',
|
|
7
|
+
KARMA: 'karma', //na
|
|
8
|
+
SPLIT_PAYMENTS: 'split_payments', //na
|
|
9
|
+
OFFERS: 'offers',
|
|
10
10
|
PLAYPAL_ACTIVITY: 'playpal-activity', // activity_suggestion_from_playpals
|
|
11
|
-
MESSAGE: 'playomessages'
|
|
11
|
+
// MESSAGE: 'playomessages' //na
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
// Android notification channels will be bound to categories
|
|
@@ -450,7 +450,7 @@ const config = {
|
|
|
450
450
|
android_channel_id: notificationChannels.activity_reminders
|
|
451
451
|
},
|
|
452
452
|
[notificationIds.MESSAGE_REQUEST]: {
|
|
453
|
-
category: notificationCategories.
|
|
453
|
+
category: notificationCategories.ACTIVITY,
|
|
454
454
|
target: "playomessages",
|
|
455
455
|
title: "New message request 💭",
|
|
456
456
|
type: ["push", "drawer"],
|