about summary refs log tree commit diff
path: root/patches
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-06-10 18:16:21 -0700
committerGitHub <noreply@github.com>2024-06-11 03:16:21 +0200
commitc73ad43a8005a90f8fe3152142cbed28c297ee6c (patch)
treea9b6e3828199f1ff469addb83c21b61c774fc905 /patches
parent4e9a65200e2f355b020415a3a18ae1ade404635f (diff)
downloadvoidsky-c73ad43a8005a90f8fe3152142cbed28c297ee6c.tar.zst
stop using `addPushTokenListener` (#4467)
* stop using push token listener

* cleanup the hack

* add a comment

* remove test code

* Fix patch

---------

Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
Diffstat (limited to 'patches')
-rw-r--r--patches/expo-notifications+0.28.7.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/expo-notifications+0.28.7.patch b/patches/expo-notifications+0.28.7.patch
index 3a9985c7b..20f95185b 100644
--- a/patches/expo-notifications+0.28.7.patch
+++ b/patches/expo-notifications+0.28.7.patch
@@ -63,7 +63,7 @@ index f1fed19..80afe9e 100644
 
 +  @Nullable
 +  public String getChannelId() {
-+    return mTitle;
++    return mChannelId;
 +  }
 +
    @Nullable