a fork of iceshrimp.net but a tweaked frontend to my personal liking. waow
fediverse social-media social iceshrimp fedi
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[frontend/mfm] Modify text only if user has SpeakAsCat property, not IsCat

authored by

notfire and committed by
Laura Hausmann
cf39426a b18e8c1e

+1 -1
+1 -1
Iceshrimp.Frontend/Components/Note/NoteBody.razor
··· 51 51 <Icon Name="Icons.ArrowBendLeftUp"/><Icon Name="Icons.Lock"/> 52 52 </span> 53 53 } 54 - <MfmText Text="@NoteBase.Text" Emoji="@NoteBase.Emoji" SpeakAsCat="@NoteBase.User.IsCat"/> 54 + <MfmText Text="@NoteBase.Text" Emoji="@NoteBase.Emoji" SpeakAsCat="@NoteBase.User.SpeakAsCat"/> 55 55 </span> 56 56 } 57 57 @if (NoteBase.Poll != null)