Merge pull request #257 from grafana/iskhakov/mobile-app-hotfix

Fixes for the mobile app
This commit is contained in:
Ildar Iskhakov 2022-07-20 11:46:14 +03:00 committed by GitHub
commit f130c9f730
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -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",

View file

@ -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