default sort by activity

This commit is contained in:
Umputun
2018-11-01 22:58:40 -05:00
parent beab481d99
commit 437b52ff9e
+1 -1
View File
@@ -7,7 +7,7 @@ export const LAST_COMMENTS_NODE_CLASSNAME = 'remark42__last-comments';
export const DEFAULT_LAST_COMMENTS_MAX = 15;
export const DEFAULT_MAX_COMMENT_SIZE = 1000;
export const MAX_SHOWN_ROOT_COMMENTS = 10;
export const DEFAULT_SORT = '-score';
export const DEFAULT_SORT = '-active';
export const PROVIDER_NAMES = {
google: 'Google',
facebook: 'Facebook',