Remove todo

This commit is contained in:
Eric Bailey
2025-07-15 13:19:17 -05:00
parent 910e2111f5
commit ef27aa9df5
-1
View File
@@ -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()