[frontend] Add bite note and bite user notifications

This commit is contained in:
pancakes 2024-10-19 16:07:39 +10:00 committed by Iceshrimp development
parent 82ed8b583b
commit d546cc8733

View file

@ -55,6 +55,14 @@
{
<span class="notification-text">@Loc["quoted your post:"]</span>
}
else if (NotificationResponse is { Note: not null, Type: "bite" })
{
<span class="notification-text">@Loc["bit your note:"]</span>
}
else if (NotificationResponse is { Type: "bite" })
{
<span class="notification-text">@Loc["bit you"]</span>
}
else
{
<span class="notification-text">