Milly tweaks (#5365)

Co-authored-by: Hailey <me@haileyok.com>
This commit is contained in:
Eric Bailey 2024-09-16 16:52:28 -05:00 committed by GitHub
parent 8daf6b7868
commit b69fd23456
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 304 additions and 69 deletions

View file

@ -97,10 +97,6 @@ export function useComposeIntent() {
if (part.includes('https://') || part.includes('http://')) {
return false
}
console.log({
part,
text: VALID_IMAGE_REGEX.test(part),
})
// We also should just filter out cases that don't have all the info we need
return VALID_IMAGE_REGEX.test(part)
})