Merge branch 'chat-refactor' into shigusegubu-themes3
This commit is contained in:
commit
394b44645a
2 changed files with 2 additions and 2 deletions
|
|
@ -109,7 +109,7 @@ const ChatMessage = {
|
||||||
return this.message.in_reply_to_screen_name
|
return this.message.in_reply_to_screen_name
|
||||||
} else {
|
} else {
|
||||||
const user = this.$store.getters.findUser(
|
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
|
return user && user.screen_name_ui
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -218,7 +218,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-if="repliedTo"
|
v-if="isStatus && repliedTo"
|
||||||
class="reply-indicator"
|
class="reply-indicator"
|
||||||
>
|
>
|
||||||
<FAIcon class="icon" icon="reply" />
|
<FAIcon class="icon" icon="reply" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue