Update to the latest APIs

This commit is contained in:
Paul Frazee
2022-11-04 17:39:54 -05:00
parent feac39e657
commit 2c5b988de0
165 changed files with 2963 additions and 4747 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import {useStores} from '../../state'
export const PostThread = ({visible, params}: ScreenParams) => {
const store = useStores()
const {name, rkey} = params
const uri = makeRecordUri(name, 'app.bsky.post', rkey)
const uri = makeRecordUri(name, 'app.bsky.feed.post', rkey)
useEffect(() => {
if (visible) {