fix duplicate mandatory CWs in following feed

This commit is contained in:
Hazelnoot 2025-09-12 14:07:43 -04:00
parent f3d7229c55
commit 84ffc6361b
2 changed files with 14 additions and 11 deletions

View file

@ -20,7 +20,7 @@ Selectable entry on the "Following" feed, displaying a user with their most rece
</MkA>
</header>
<div>
<Mfm :class="$style.text" :text="getNoteSummary(note)" :isBlock="true" :plain="true" :nowrap="false" :isNote="true" nyaize="respect" :author="note.user"/>
<Mfm :class="$style.text" :text="getNoteSummary(note, false)" :isBlock="true" :plain="true" :nowrap="false" :isNote="true" nyaize="respect" :author="note.user"/>
</div>
</div>
</SkMutedNote>