From e254a06d77926248031136575c6f7fe7d72c3ecb Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 7 May 2023 22:09:23 +0300 Subject: [PATCH] add "saves" to COMMENT_SORTS --- files/helpers/config/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index 2fbf8fcbb..033d9c558 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -401,7 +401,7 @@ PIN_AWARD_TEXT = " (pin award)" THEMES = ["4chan","classic","classic_dark","coffee","dark","dramblr","light","midnight","tron","win98"] BACKGROUND_CATEGORIES = ["glitter", "anime", "fantasy", "solarpunk", "pixelart"] -COMMENT_SORTS = ["hot", "new", "old", "top", "bottom", "controversial"] +COMMENT_SORTS = ["hot", "new", "old", "top", "bottom", "controversial", "saves"] SORTS = COMMENT_SORTS + ["bump", "comments", "views", "subscriptions", "saves"] TIME_FILTERS = ["hour", "day", "week", "month", "year", "all"] PAGE_SIZES = (10, 25, 50, 100)