From 9b81bc8a9dc960500055013beeabc99de33a7ba8 Mon Sep 17 00:00:00 2001 From: TLSM Date: Thu, 20 Oct 2022 10:42:52 -0400 Subject: [PATCH] WPD: expand post title editing to JL2+. --- files/helpers/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/helpers/const.py b/files/helpers/const.py index 6440f5426..95b392fa1 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -469,6 +469,7 @@ elif SITE == 'watchpeopledie.tv': FEATURES['PATRON_ICONS'] = True PERMS['HOLE_CREATE'] = 2 + PERMS['POST_EDITING'] = 2 SIDEBAR_THREAD = 5403 BANNER_THREAD = 9869