diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index 177fd74c24..0a3bd2aa94 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -294,6 +294,18 @@ if SITE_NAME == 'rDrama': 'metafilter.com', 'sqwok.im', } + + BOOSTED_HOLES = { + 'furry', + 'femboy', + 'anime', + 'gaybros', + 'againsthateholes', + 'masterbaiters', + 'changelog', + 'programming', + } + REDDIT_NOTIFS_SITE.add('marsey') REDDIT_NOTIFS_SITE.add('"r/drama"') REDDIT_NOTIFS_SITE.add('justice4darrell') @@ -728,17 +740,6 @@ if SITE == 'rdrama.net': DONT_SHADOWBAN = {253,3161,11163} - BOOSTED_HOLES = { - 'furry', - 'femboy', - 'anime', - 'gaybros', - 'againsthateholes', - 'masterbaiters', - 'changelog', - 'programming', - } - GIFT_NOTIF_ID = CARP_ID POLL_THREAD = 79285