diff options
author | dan <dan.abramov@gmail.com> | 2024-03-06 17:27:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-06 17:27:59 +0000 |
commit | 5b8d116e335bd7574928485adc1d4e9cf5ee0564 (patch) | |
tree | dee024ae5e9ff872ad338b3e7aacd1906a604fa9 /package.json | |
parent | 2e0f8064411cc8d06013276353ce72ac8d9a0e2b (diff) | |
download | voidsky-5b8d116e335bd7574928485adc1d4e9cf5ee0564.tar.zst |
By default, hide replies to people you don't follow in the Following feed (#3124)
* Show replies from followed by default * Update @atproto/api
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 59ee33193..c9909dcfe 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "update-extensions": "scripts/updateExtensions.sh" }, "dependencies": { - "@atproto/api": "^0.10.4", + "@atproto/api": "^0.10.5", "@bam.tech/react-native-image-resizer": "^3.0.4", "@braintree/sanitize-url": "^6.0.2", "@emoji-mart/react": "^1.1.1", |