1
0
mirror of https://github.com/MisskeyIO/misskey synced 2025-01-18 07:43:44 +09:00

Limit followers you know

This commit is contained in:
syuilo 2017-11-14 21:05:04 +09:00
parent a3acd5ce9b
commit 150a8acf18

View File

@ -568,7 +568,7 @@
this.api('users/followers', {
user_id: this.user.id,
iknow: true,
limit: 30
limit: 16
}).then(x => {
this.update({
users: x.users,