PVを見て人気のユーザーを取得するように(ローカルのみ)
(cherry picked from commit a93903c602748a2851dcd8d18657653d82ee4aee)
This commit is contained in:
parent
01cbe12931
commit
3f79f3585f
|
@ -98,7 +98,7 @@ const pinnedUsers = { endpoint: 'pinned-users', noPaging: true };
|
||||||
const popularUsers = { endpoint: 'users', limit: 10, noPaging: true, params: {
|
const popularUsers = { endpoint: 'users', limit: 10, noPaging: true, params: {
|
||||||
state: 'alive',
|
state: 'alive',
|
||||||
origin: 'local',
|
origin: 'local',
|
||||||
sort: '+follower',
|
sort: '+pv',
|
||||||
} };
|
} };
|
||||||
const recentlyUpdatedUsers = { endpoint: 'users', limit: 10, noPaging: true, params: {
|
const recentlyUpdatedUsers = { endpoint: 'users', limit: 10, noPaging: true, params: {
|
||||||
origin: 'local',
|
origin: 'local',
|
||||||
|
|
Loading…
Reference in New Issue