diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-04-24 17:02:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-24 17:02:58 -0500 |
commit | 1b356556c91ed07025927d4cb0be90a269396822 (patch) | |
tree | 667b9f39d3f484d2952cb7efc5892d20878a55d7 /package.json | |
parent | da8af38dcc23ea33c686714be2ce5f0bf0e65798 (diff) | |
download | voidsky-1b356556c91ed07025927d4cb0be90a269396822.tar.zst |
Performance fixes with new getPosts (#525)
* Update notifications to fetch in a batch using getPosts * Improve search perf with getPosts * Bump @atproto/api@0.2.9 * Just use post uri for key
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 d6d29f3c9..0df1f464c 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "e2e:run": "detox test --configuration ios.sim.debug --take-screenshots all" }, "dependencies": { - "@atproto/api": "0.2.8", + "@atproto/api": "0.2.9", "@bam.tech/react-native-image-resizer": "^3.0.4", "@braintree/sanitize-url": "^6.0.2", "@expo/webpack-config": "^18.0.1", |