Merge branch 'fix/MkChatPreview' into 'develop'

fix: #10859 Chat history disappeared

Co-authored-by: Lhcfl <Lhcfl@outlook.com>

Closes #10859

See merge request firefish/firefish!10678
This commit is contained in:
naskya 2024-02-27 17:31:53 +00:00
commit 6b19579d1e

View file

@ -41,7 +41,9 @@
/></span>
<span class="username"
>@{{
acct(isMe(message) ? message.recipient : message.user)
acct.toString(
isMe(message) ? message.recipient : message.user,
)
}}</span
>
<MkTime :time="message.createdAt" class="time" />