···7171 }, [incomingUrl, composeIntent, verifyEmailIntent])
7272}
73737474-function useComposeIntent() {
7474+export function useComposeIntent() {
7575 const closeAllActiveElements = useCloseAllActiveElements()
7676 const {openComposer} = useComposerControls()
7777 const {hasSession} = useSession()
···9797 if (part.includes('https://') || part.includes('http://')) {
9898 return false
9999 }
100100+ console.log({
101101+ part,
102102+ text: VALID_IMAGE_REGEX.test(part),
103103+ })
100104 // We also should just filter out cases that don't have all the info we need
101105 return VALID_IMAGE_REGEX.test(part)
102106 })