notification modification added more payload

This commit is contained in:
abutalib-kiwi
2023-08-14 16:03:36 +05:30
parent 08dc9f8538
commit e46d649fdc
5 changed files with 50 additions and 15 deletions

View File

@ -67,6 +67,6 @@ NOTIFICATION_DICT = {
},
TEST_NOTIFICATION: {
"title": "Test Notification",
"body": "This notification is for testing purpose"
"body": "This notification is for testing purpose from {from_user}."
}
}