Fix hidden reply handling, seen count, before/after calc

This commit is contained in:
Eric Bailey
2025-05-30 09:38:17 -05:00
parent dc43040d7a
commit cc4da37bab
4 changed files with 88 additions and 56 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ export function Inner({uri}: {uri: string | undefined}) {
threadgateRecord={data?.threadgate?.record ?? undefined}
overrides={{
moderation:
shownHiddenReplyKinds.has(HiddenReplyKind.Muted) &&
shownHiddenReplyKinds.has(HiddenReplyKind.Hidden) &&
item.depth > 0,
}}
onPostSuccess={optimisticOnPostReply}