mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Seth Wood and committed by
GitHub
da2b6f47 1c16c6ef

+2 -1
+2 -1
src/view/com/post-thread/PostThread.tsx
··· 406 406 text: thread.record.text, 407 407 author: thread.post.author, 408 408 embed: thread.post.embed, 409 + moderation: threadModerationCache.get(thread), 409 410 }, 410 411 onPost: onPostReply, 411 412 }) 412 - }, [openComposer, thread, onPostReply]) 413 + }, [openComposer, thread, onPostReply, threadModerationCache]) 413 414 414 415 const canReply = !error && rootPost && !rootPost.viewer?.replyDisabled 415 416 const hasParents =