Skip to content

Commit 8b09b07

Browse files
authored
Merge pull request #1486 from GetStream/mads/missing-comma-notification-template-docs
docs: add missing comma in notification template (push v2)
2 parents 4673f21 + 6624109 commit 8b09b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/reactnative/guides/push_notifications_v2.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ To update the payload for Android to have notification payload also, you can add
394394
const client = StreamChat.getInstance(‘api_key’, ‘api_secret’);
395395
const notification_template = `{
396396
"title": "New message from {{ sender.name }}",
397-
"body": "{{ truncate message.text 2000 }}"
397+
"body": "{{ truncate message.text 2000 }}",
398398
"click_action": "OPEN_ACTIVITY_1",
399399
"sound": "default"
400400
}`;

0 commit comments

Comments
 (0)