From 5c48ea2f1abb21f88990c000e0f158dfa19fa4d7 Mon Sep 17 00:00:00 2001 From: marcin mikołajczak Date: Sat, 25 May 2024 08:42:32 +0200 Subject: Support `status` notification type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- src/components/notifications/notification_filters.vue | 9 +++++++++ src/components/notifications/notifications.js | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) (limited to 'src/components/notifications') diff --git a/src/components/notifications/notification_filters.vue b/src/components/notifications/notification_filters.vue index cc506e78..497a5156 100644 --- a/src/components/notifications/notification_filters.vue +++ b/src/components/notifications/notification_filters.vue @@ -43,6 +43,15 @@ :class="{ 'menu-checkbox-checked': filters.mentions }" />{{ $t('settings.notification_visibility_mentions') }} +