mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-10 23:47:11 +00:00
website: fix directory (#6936)
This commit is contained in:
committed by
GitHub
parent
ce0e9c37c1
commit
f03584e09a
@@ -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