From 0fb48bc38004811703d2c1b838d9434b9132b519 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 16 Jun 2022 16:15:24 +0200 Subject: [PATCH] make reddit_notifs_jl_min default to be 1 --- files/helpers/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 2b9f8394cb..a2e2b9437c 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -762,7 +762,7 @@ else: patron = 'Patron' NOTIF_MODACTION_PREFIX = '[Modaction] ' NOTIF_MODACTION_JL_MIN = 2 -REDDIT_NOTIFS_JL_MIN = 3 +REDDIT_NOTIFS_JL_MIN = 1 REDDIT_NOTIFS_SITE = [] REDDIT_NOTIFS_USERS = {}