oncall-engine/engine/apps/mobile_app
Joey Orlando 1580138a80
minor bugfix for ios push notifications config (#1614)
In the "apns" key of the message sent to FCM, "headers" should not be
nested under "payload", it should instead be at the same level. See
Firebase docs for the `FirebaseAdmin.Messaging.ApnsConfig` class
[here](https://firebase.google.com/docs/reference/admin/dotnet/class/firebase-admin/messaging/apns-config#class_firebase_admin_1_1_messaging_1_1_apns_config_1a7a9858f0b30ef7c437205ca01d6e62f6)
2023-03-23 14:48:52 +00:00
..
migrations Mobile app settings backend (#1571) 2023-03-22 14:47:18 +00:00
tests Mobile app settings backend (#1571) 2023-03-22 14:47:18 +00:00
__init__.py Mobile app messaging backend (#874) 2022-11-23 15:56:43 +00:00
alert_rendering.py update mobile app push notification text + make telegram alert verbage consistent ("Firing" instead of "Alerting") (#1089) 2023-01-05 16:16:43 +01:00
auth.py Mobile app messaging backend (#874) 2022-11-23 15:56:43 +00:00
backend.py Fix of templates api behaviour for public and private api (#1408) 2023-03-01 16:32:15 +08:00
fcm_relay.py Better FCM error handling / retries (#1267) 2023-02-01 14:45:32 +00:00
models.py Mobile app settings backend (#1571) 2023-03-22 14:47:18 +00:00
serializers.py Mobile app settings backend (#1571) 2023-03-22 14:47:18 +00:00
tasks.py minor bugfix for ios push notifications config (#1614) 2023-03-23 14:48:52 +00:00
urls.py Mobile app settings backend (#1571) 2023-03-22 14:47:18 +00:00
views.py Mobile app settings backend (#1571) 2023-03-22 14:47:18 +00:00