Composer, 142k

This commit is contained in:
Eric Bailey
2025-05-22 10:16:06 -05:00
parent 5aadb9e41b
commit 86268aa665
+1 -1
View File
@@ -400,7 +400,7 @@ export const ComposePost = ({
).uris[0]
try {
await whenAppViewReady(agent, postUri, res => {
const postedThread = res.data.thread
const postedThread = res?.data?.thread
return AppBskyFeedDefs.isThreadViewPost(postedThread)
})
} catch (waitErr: any) {