From 7b194452de3e603ee66d136a30bcbf894711b2c9 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 24 Jun 2025 20:27:59 -0500 Subject: [PATCH] Comment --- src/lib/notifications/notifications.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/notifications/notifications.ts b/src/lib/notifications/notifications.ts index b074b620ac..d6135a3902 100644 --- a/src/lib/notifications/notifications.ts +++ b/src/lib/notifications/notifications.ts @@ -91,6 +91,8 @@ async function getPushToken() { /** * Hook to get the device push token and register it with the Bluesky server. + * Should only be called after a user has logged-in, since registration is an + * authed endpoint. * * N.B. A previous regression in `expo-notifications` caused * `addPushTokenListener` to not fire on Android after calling