Follow conventions for query, use isDirty flag in session store to avoid unneccessary writes
This commit is contained in:
parent
742f53d1ec
commit
b0c9cce5c3
7 changed files with 24 additions and 16 deletions
5
src/state/queries/index.ts
Normal file
5
src/state/queries/index.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import {BskyAgent} from '@atproto/api'
|
||||
|
||||
export const PUBLIC_BSKY_AGENT = new BskyAgent({
|
||||
service: 'https://api.bsky.app',
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue