Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

rebrand pt3 (fixing mistakes in pt2)

commit c5164d01a651c0e5c05499928883c6b0f1f2c8b9
Author: Aviva Ruben <aviva@rubenfamily.com>
Date: Thu Apr 17 17:53:08 2025 -0500

fix text link mismatches, takedown url

+3 -3
+1 -1
src/screens/Takendown.tsx
··· 215 215 Your account was found to be in violation of the{' '} 216 216 <InlineLinkText 217 217 label={_(msg`Bluesky Social Terms of Service`)} 218 - to="https://deer.social/about/tos" 218 + to="https://bsky.social/about/support/tos" 219 219 style={[a.text_md, a.leading_normal]} 220 220 overridePresentation> 221 221 Bluesky Social Terms of Service
+1 -1
src/view/screens/PrivacyPolicy.tsx
··· 40 40 <TextLink 41 41 style={pal.link} 42 42 href="https://deer.social/about/privacy" 43 - text="bsky.social/about/support/privacy-policy" 43 + text="deer.social/about/privacy" 44 44 /> 45 45 </Trans> 46 46 </Text>
+1 -1
src/view/screens/TermsOfService.tsx
··· 39 39 <TextLink 40 40 style={pal.link} 41 41 href="https://deer.social/about/tos" 42 - text="bsky.social/about/support/tos" 42 + text="deer.social/about/tos" 43 43 /> 44 44 </Text> 45 45 </View>