This commit is contained in:
Eric Bailey
2024-08-12 15:33:50 -05:00
parent 7adaf159c1
commit 5d78f69d95
8 changed files with 260 additions and 345 deletions
+1
View File
@@ -76,6 +76,7 @@ export function useThreadgateViewQuery({
uri: postUri!,
depth: 0,
})
console.log(data.thread)
if (AppBskyFeedDefs.isThreadViewPost(data.thread)) {
return data.thread.post.threadgate ?? null