From dd661487d8c94829fabc1d6d09b6623d2556e5db Mon Sep 17 00:00:00 2001 From: xpmb Date: Sat, 27 Sep 2025 22:46:51 +0200 Subject: [PATCH 1/6] feat: add option to hide message body in push notifications --- client/components/Settings/Notifications.vue | 11 +++++++++++ client/js/settings.ts | 3 +++ client/js/socket-events/msg.ts | 15 +++++++++++---- server/plugins/irc-events/message.ts | 9 ++++++++- 4 files changed, 33 insertions(+), 5 deletions(-) diff --git a/client/components/Settings/Notifications.vue b/client/components/Settings/Notifications.vue index 4599c7c0..36e27d28 100644 --- a/client/components/Settings/Notifications.vue +++ b/client/components/Settings/Notifications.vue @@ -90,6 +90,17 @@ +
+ +
+