From 6b3dc9592683147e74ef7e7152ba9c89cf1efb67 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Wed, 6 May 2020 04:00:53 +1200 Subject: [PATCH] Turn on self_blocked_status by default --- src/lib/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/constants.js b/src/lib/constants.js index e680e4e..b68f1df 100644 --- a/src/lib/constants.js +++ b/src/lib/constants.js @@ -145,7 +145,7 @@ let constants = { updater_cache_time: 2*60*1000, cache_sweep_interval: 3*60*1000, self_blocked_status: { - enabled: false, + enabled: true, time: 2*60*60*1000, }, db_user_id: true,