about summary refs log tree commit diff
path: root/patches/expo-notifications-0.28.7.patch.md
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-06-07 19:17:00 -0700
committerGitHub <noreply@github.com>2024-06-08 03:17:00 +0100
commit5f63b8d40f7ede8bbaaf1d1f68200126896f061b (patch)
tree72e470faecb5112fdc0f9d6a2157977e99ffa78a /patches/expo-notifications-0.28.7.patch.md
parent480a40862f329f98a37772f01fd774d0e6d89a9e (diff)
downloadvoidsky-5f63b8d40f7ede8bbaaf1d1f68200126896f061b.tar.zst
Bump `expo-notifications` to fix NPE (#4425)
* bump library

* rename patch file
Diffstat (limited to 'patches/expo-notifications-0.28.7.patch.md')
-rw-r--r--patches/expo-notifications-0.28.7.patch.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/patches/expo-notifications-0.28.7.patch.md b/patches/expo-notifications-0.28.7.patch.md
new file mode 100644
index 000000000..59b2598f3
--- /dev/null
+++ b/patches/expo-notifications-0.28.7.patch.md
@@ -0,0 +1,9 @@
+## LOAD BEARING PATCH, DO NOT REMOVE
+
+## Expo-Notifications Patch
+
+This patch supports the Android background notification handling module. Incoming messages
+in `onMessageReceived` are sent to the module for handling.
+
+It also allows us to set the Android notification channel ID from the notification `data`, rather
+than the `notification` object in the payload.