proper collapse

This commit is contained in:
Henry Jameson 2025-08-19 16:35:40 +03:00
commit 8780e0191e
2 changed files with 19 additions and 3 deletions

View file

@ -38,7 +38,8 @@
v-if="!hideSubjectStatus && !(singleLine && status.summary_raw_html)"
:class="{ '-single-line': singleLine }"
class="text media-body"
:html="collapse ? collapsedStatus : status.raw_html"
:html="status.raw_html"
:collapse="collapse"
:emoji="status.emojis"
:handle-links="true"
:faint="compact"