Composer, 142k
This commit is contained in:
@@ -400,7 +400,7 @@ export const ComposePost = ({
|
|||||||
).uris[0]
|
).uris[0]
|
||||||
try {
|
try {
|
||||||
await whenAppViewReady(agent, postUri, res => {
|
await whenAppViewReady(agent, postUri, res => {
|
||||||
const postedThread = res.data.thread
|
const postedThread = res?.data?.thread
|
||||||
return AppBskyFeedDefs.isThreadViewPost(postedThread)
|
return AppBskyFeedDefs.isThreadViewPost(postedThread)
|
||||||
})
|
})
|
||||||
} catch (waitErr: any) {
|
} catch (waitErr: any) {
|
||||||
|
|||||||
Reference in New Issue
Block a user