mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-18 20:26:58 +00:00
website: fix directory (#6936)
This commit is contained in:
@@ -35,10 +35,12 @@ async function initDirectory() {
|
||||
mode = 'live';
|
||||
comparator = byActiveAtDesc;
|
||||
btn = liveBtn;
|
||||
break;
|
||||
case '#new':
|
||||
mode = 'new';
|
||||
comparator = byCreatedAtDesc;
|
||||
btn = newBtn;
|
||||
break;
|
||||
default:
|
||||
mode = 'top';
|
||||
comparator = bySortPriority;
|
||||
|
||||
Reference in New Issue
Block a user