Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

fix web links to no longer point to staging (#758)

* fix web link in README.md

* missed one

authored by

Ben Harris and committed by
GitHub
09c515d2 c8087219

+3 -3
+1 -1
README.md
··· 2 2 3 3 Welcome friends! This is the codebase for the Bluesky Social app. It serves as a resource to engineers building on the [AT Protocol](https://atproto.com). 4 4 5 - - **Web: [staging.bsky.app](https://staging.bsky.app)** 5 + - **Web: [bsky.app](https://bsky.app)** 6 6 - **iOS: [App Store](https://apps.apple.com/us/app/bluesky-social/id6444370199)** 7 7 - **Android: [Play Store](https://play.google.com/store/apps/details?id=xyz.blueskyweb.app&hl=en_US&gl=US)** 8 8
+2 -2
src/view/com/modals/ContentFilteringSettings.tsx
··· 52 52 Adult content can only be enabled via the Web at{' '} 53 53 <TextLink 54 54 style={pal.link} 55 - href="https://staging.bsky.app" 56 - text="staging.bsky.app" 55 + href="https://bsky.app" 56 + text="bsky.app" 57 57 /> 58 58 . 59 59 </Text>