mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
5 lines
191 B
JavaScript
5 lines
191 B
JavaScript
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';
|