Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork client
122
fork

Configure Feed

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

By default, hide replies to people you don't follow in the Following feed (#3124)

* Show replies from followed by default

* Update @atproto/api

authored by

dan and committed by
GitHub
5b8d116e 2e0f8064

+6 -6
+1 -1
package.json
··· 44 44 "update-extensions": "scripts/updateExtensions.sh" 45 45 }, 46 46 "dependencies": { 47 - "@atproto/api": "^0.10.4", 47 + "@atproto/api": "^0.10.5", 48 48 "@bam.tech/react-native-image-resizer": "^3.0.4", 49 49 "@braintree/sanitize-url": "^6.0.2", 50 50 "@emoji-mart/react": "^1.1.1",
+1 -1
src/state/queries/preferences/const.ts
··· 7 7 export const DEFAULT_HOME_FEED_PREFS: UsePreferencesQueryResponse['feedViewPrefs'] = 8 8 { 9 9 hideReplies: false, 10 - hideRepliesByUnfollowed: false, 10 + hideRepliesByUnfollowed: true, 11 11 hideRepliesByLikeCount: 0, 12 12 hideReposts: false, 13 13 hideQuotePosts: false,
+4 -4
yarn.lock
··· 34 34 jsonpointer "^5.0.0" 35 35 leven "^3.1.0" 36 36 37 - "@atproto/api@^0.10.4": 38 - version "0.10.4" 39 - resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.10.4.tgz#b73446f2344783c42c6040082756449443f15750" 40 - integrity sha512-9gwZt4v4pngfD4mgsET9i9Ym0PpMSzftTzqBjCbFpObx15zMkFemYnLUnyT/NEww2u/aRxjAe2TeBnU0dIbbuQ== 37 + "@atproto/api@^0.10.5": 38 + version "0.10.5" 39 + resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.10.5.tgz#e778e2843d08690df8df81f24028a7578e9b3cb4" 40 + integrity sha512-GYdST5sPKU2JnPmm8x3KqjOSlDiYXrp4GkW7bpQTVLPabnUNq5NLN6HJEoJABjjOAsaLF12rBoV+JpRb1UjNsQ== 41 41 dependencies: 42 42 "@atproto/common-web" "^0.2.3" 43 43 "@atproto/lexicon" "^0.3.2"