Merge pull request #257 from grafana/iskhakov/mobile-app-hotfix
Fixes for the mobile app
This commit is contained in:
commit
f130c9f730
2 changed files with 3 additions and 1 deletions
|
|
@ -385,7 +385,7 @@ def perform_notification(log_record_pk):
|
|||
"incidentId": f"{alert_group.public_primary_key}",
|
||||
"status": f"{alert_group.status}",
|
||||
"aps": {
|
||||
"alert": f"Critical page: #{alert_group.inside_team_number}: {message}",
|
||||
"alert": f"Critical page: {message}",
|
||||
# This is disabled until we gain the Critical Alerts Api permission from apple
|
||||
# "interruption-level": "critical",
|
||||
"interruption-level": "time-sensitive",
|
||||
|
|
|
|||
|
|
@ -41,3 +41,5 @@ django-mirage-field==1.3.0
|
|||
django-mysql==4.6.0
|
||||
PyMySQL==1.0.2
|
||||
emoji==1.7.0
|
||||
apns2==0.7.2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue