PVを見て人気のユーザーを取得するように(ローカルのみ)
(cherry picked from commit a93903c602748a2851dcd8d18657653d82ee4aee)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user