Update to latest APIs

This commit is contained in:
Paul Frazee
2022-10-26 14:34:47 -05:00
parent 20890227c9
commit 48158e05cb
74 changed files with 2334 additions and 525 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ import {useStores} from '../../state'
export const PostThread = ({visible, params}: ScreenParams) => {
const store = useStores()
const {name, recordKey} = params
const uri = makeRecordUri(name, 'app.bsky.post', recordKey)
const {name, rkey} = params
const uri = makeRecordUri(name, 'app.bsky.post', rkey)
useEffect(() => {
if (visible) {