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/components] Hide timeline note ascendant if note is filtered

pancakes f9f80002 bb1b7726

+1 -1
+1 -1
Iceshrimp.Frontend/Components/TimelineNote.razor
··· 5 5 else 6 6 { 7 7 <div class="note-container" id="@Note.Id"> 8 - @if (Note.Reply is not null) 8 + @if (Note is { Filtered: null, Reply: not null }) 9 9 { 10 10 <div class="ancestor-wrapper"> 11 11 <div class="note-indent">