Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove from iab (#8017)

authored by

Hailey and committed by
GitHub
aa86a861 c612fca3

+2 -2
+2 -2
src/view/com/modals/InAppBrowserConsent.tsx
··· 24 24 const onUseIAB = React.useCallback(() => { 25 25 setInAppBrowser(true) 26 26 closeModal() 27 - openLink(href, true, true) 27 + openLink(href, true) 28 28 }, [closeModal, setInAppBrowser, href, openLink]) 29 29 30 30 const onUseLinking = React.useCallback(() => { 31 31 setInAppBrowser(false) 32 32 closeModal() 33 - openLink(href, false, true) 33 + openLink(href, false) 34 34 }, [closeModal, setInAppBrowser, href, openLink]) 35 35 36 36 return (