This commit is contained in:
Eric Bailey
2025-06-04 15:12:28 -05:00
parent fc4fd80392
commit 20a1fc4f03
4 changed files with 172 additions and 127 deletions
+2 -2
View File
@@ -227,7 +227,7 @@ export function Inner({uri}: {uri: string | undefined}) {
item={item}
threadgateRecord={thread.data.threadgate?.record ?? undefined}
overrides={{
moderation: thread.state.hiddenRepliesVisible && item.depth > 0,
moderation: thread.state.hiddenItemsVisible && item.depth > 0,
}}
onPostSuccess={optimisticOnPostReply}
/>
@@ -238,7 +238,7 @@ export function Inner({uri}: {uri: string | undefined}) {
item={item}
threadgateRecord={thread.data.threadgate?.record ?? undefined}
overrides={{
moderation: thread.state.hiddenRepliesVisible && item.depth > 0,
moderation: thread.state.hiddenItemsVisible && item.depth > 0,
}}
onPostSuccess={optimisticOnPostReply}
/>