playov2-js-utilities 0.3.28 → 0.3.30
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,9 +232,9 @@ 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
|
-
notificationId:
|
|
237
|
+
notificationId: notificationIds.MESSAGE_REQUEST
|
|
238
238
|
}
|
|
239
239
|
|
|
240
240
|
module.exports = {
|