Skip to content
Snippets Groups Projects
Unverified Commit 5fcad7c8 authored by Cornelius Kölbel's avatar Cornelius Kölbel Committed by GitHub
Browse files

Merge pull request #3092 from Happy2C0de/improve-push-notification-handling

Add notification key to allow better background notification handling
parents 80e14223 43859321
No related branches found
No related tags found
No related merge requests found
......@@ -124,6 +124,10 @@ class FirebaseProvider(ISMSProvider):
"message": {
"data": data,
"token": firebase_token,
"notification": {
"title": data.get("title"),
"body": data.get("question")
},
"android": {
"priority": "HIGH",
"ttl": "120s",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment