mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-23 08:44:05 +02:00
oops
This commit is contained in:
@@ -29,11 +29,11 @@ module.exports = (params, me) => new Promise(async (res, rej) => {
|
|||||||
if (sort) {
|
if (sort) {
|
||||||
if (sort == '+follower') {
|
if (sort == '+follower') {
|
||||||
_sort = {
|
_sort = {
|
||||||
followers_count: 1
|
followers_count: -1
|
||||||
};
|
};
|
||||||
} else if (sort == '-follower') {
|
} else if (sort == '-follower') {
|
||||||
_sort = {
|
_sort = {
|
||||||
followers_count: -1
|
followers_count: 1
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user