Merge branch 'chat-refactor' into shigusegubu-themes3

This commit is contained in:
Henry Jameson 2026-07-30 17:37:31 +03:00
commit 394b44645a
2 changed files with 2 additions and 2 deletions

View file

@ -109,7 +109,7 @@ const ChatMessage = {
return this.message.in_reply_to_screen_name
} else {
const user = this.$store.getters.findUser(
this.status.in_reply_to_user_id,
this.message.in_reply_to_user_id,
)
return user && user.screen_name_ui
}

View file

@ -218,7 +218,7 @@
</div>
</div>
<div
v-if="repliedTo"
v-if="isStatus && repliedTo"
class="reply-indicator"
>
<FAIcon class="icon" icon="reply" />