Fix reply composer skeleton state

This commit is contained in:
Eric Bailey
2025-06-09 18:13:12 -05:00
parent c875915bc9
commit 97d35eedc5
+3 -1
View File
@@ -433,11 +433,13 @@ export function buildThread({
hasAnchorFromCache && hasAnchorFromCache &&
anchorPost.value.post.viewer?.replyDisabled === true anchorPost.value.post.viewer?.replyDisabled === true
if (hasAnchorFromCache && !replyDisabled) { if (hasAnchorFromCache) {
if (!replyDisabled) {
items.push({ items.push({
type: 'replyComposer', type: 'replyComposer',
key: 'replyComposer', key: 'replyComposer',
}) })
}
} else { } else {
items.push( items.push(
views.skeleton({ views.skeleton({