fixing moderation blur gap when replying via the thread feed (#7783)

This commit is contained in:
Seth Wood
2025-03-06 10:10:39 -08:00
committed by GitHub
parent 1c16c6ef0a
commit da2b6f4797
+2 -1
View File
@@ -406,10 +406,11 @@ export function PostThread({uri}: {uri: string | undefined}) {
text: thread.record.text,
author: thread.post.author,
embed: thread.post.embed,
moderation: threadModerationCache.get(thread),
},
onPost: onPostReply,
})
}, [openComposer, thread, onPostReply])
}, [openComposer, thread, onPostReply, threadModerationCache])
const canReply = !error && rootPost && !rootPost.viewer?.replyDisabled
const hasParents =