From ef27aa9df51d92c021b5b976f926b6c62a5fc9cd Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 15 Jul 2025 13:19:17 -0500 Subject: [PATCH] Remove todo --- src/lib/hooks/useIntentHandler.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/hooks/useIntentHandler.ts b/src/lib/hooks/useIntentHandler.ts index 800929830b..451e0dbb68 100644 --- a/src/lib/hooks/useIntentHandler.ts +++ b/src/lib/hooks/useIntentHandler.ts @@ -20,7 +20,6 @@ const VALID_IMAGE_REGEX = /^[\w.:\-_/]+\|\d+(\.\d+)?\|\d+(\.\d+)?$/ // This needs to stay outside of react to persist between account switches let previousIntentUrl = '' -// TODO we handle intents for logged out users? export function useIntentHandler() { const incomingUrl = Linking.useURL() const composeIntent = useComposeIntent()