PVを見て人気のユーザーを取得するように(ローカルのみ)

(cherry picked from commit a93903c602748a2851dcd8d18657653d82ee4aee)
This commit is contained in:
nenohi 2024-07-13 20:26:52 +09:00 committed by kakkokari-gtyih
parent 01cbe12931
commit 3f79f3585f
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ const pinnedUsers = { endpoint: 'pinned-users', noPaging: true };
const popularUsers = { endpoint: 'users', limit: 10, noPaging: true, params: {
state: 'alive',
origin: 'local',
sort: '+follower',
sort: '+pv',
} };
const recentlyUpdatedUsers = { endpoint: 'users', limit: 10, noPaging: true, params: {
origin: 'local',