add SORTS_COMMENTS

This commit is contained in:
justcool393 2023-02-16 23:43:08 -06:00
parent 95d68d013d
commit c5cea4f8fa
5 changed files with 8 additions and 6 deletions

View file

@ -86,7 +86,7 @@ def inject_constants():
"PERMS":PERMS,
"FEATURES":FEATURES,
"RENDER_DEPTH_LIMIT":RENDER_DEPTH_LIMIT,
"SORTS_COMMON":SORTS_COMMON,
"SORTS_COMMENTS":SORTS_COMMENTS,
"SORTS_POSTS":SORTS_POSTS,
}