madiator.com/ui/constants/comment.js

6 lines
191 B
JavaScript
Raw Normal View History

2021-08-16 12:11:25 +02:00
export const LINKED_COMMENT_QUERY_PARAM = 'lc';
export const SORT_COMMENTS_NEW = 'new';
export const SORT_COMMENTS_BEST = 'best';
export const SORT_COMMENTS_CONTROVERSIAL = 'controversial';