From a4bfc93363aee9dd46cb9a8423d10999c83c26d9 Mon Sep 17 00:00:00 2001 From: Petr Jasek Date: Mon, 10 Jun 2024 13:07:26 +0200 Subject: [PATCH] disable update notifications for downloaded/bookmarked items CPCN-782 --- server/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/settings.py b/server/settings.py index 241fdce..bc00081 100644 --- a/server/settings.py +++ b/server/settings.py @@ -381,3 +381,5 @@ SUPPORT_EMAIL_EN = "help-aide@cpnewspro.com" SUPPORT_EMAIL_FR = SUPPORT_EMAIL_EN + +NOTIFY_MATCHING_USERS = "cancel"