Only load threadgate for threads

This commit is contained in:
Eric Bailey
2024-08-07 14:38:39 -05:00
parent e55a2ac42b
commit c5c3ce7f04
3 changed files with 12 additions and 6 deletions
@@ -411,6 +411,7 @@ let PostThreadItemLoaded = ({
onPressReply={onPressReply}
logContext="PostThreadItem"
rootPostUri={rootUri}
threadgateRecord={threadgateRecord ?? undefined}
/>
</View>
</View>
@@ -564,6 +565,7 @@ let PostThreadItemLoaded = ({
onPressReply={onPressReply}
logContext="PostThreadItem"
rootPostUri={rootUri}
threadgateRecord={threadgateRecord ?? undefined}
/>
</View>
</View>