Also set sort order when filter by Boosts in Catch-up

This commit is contained in:
Lim Chee Aun 2024-08-09 10:34:43 +08:00
parent 9bf50615cb
commit 3be53f1ff9

View file

@ -1259,6 +1259,7 @@ function Catchup() {
setSelectedFilterCategory(label); setSelectedFilterCategory(label);
if (label === 'Boosts') { if (label === 'Boosts') {
setSortBy('reblogsCount'); setSortBy('reblogsCount');
setSortOrder('desc');
setGroupBy(null); setGroupBy(null);
} }
// setSelectedAuthor(null); // setSelectedAuthor(null);