From d155da3ca9b995fbaf7f96dfcae444e7a3b02e93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Sun, 5 Jan 2025 09:49:24 -0500 Subject: [PATCH] feat: add missing default notification settings --- install/data/defaults.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install/data/defaults.json b/install/data/defaults.json index 8b6f7a2b03..e49c8282a9 100644 --- a/install/data/defaults.json +++ b/install/data/defaults.json @@ -107,11 +107,14 @@ "flags:actionOnReject": "rescind", "notificationType_upvote": "notification", "notificationType_new-topic": "notification", + "notificationType_new-topic-with-tag": "notification", + "notificationType_new-topic-in-category": "notification", "notificationType_new-reply": "notification", "notificationType_post-edit": "notification", "notificationType_follow": "notification", "notificationType_new-chat": "notification", "notificationType_new-group-chat": "notification", + "notificationType_new-public-chat": "none", "notificationType_group-invite": "notification", "notificationType_group-leave": "notification", "notificationType_group-request-membership": "notification",