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
8 changed files with 304 additions and 69 deletions
-4
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)
})
+1 -3
View File
@@ -1,5 +1,3 @@
export type Gate =
// Keep this alphabetic please.
| 'debug_show_feedcontext'
| 'suggested_feeds_interstitial'
| 'ten_million_dialog'
'debug_show_feedcontext' | 'suggested_feeds_interstitial'