forked from FoundKeyGang/FoundKey
Limit followers you know
This commit is contained in:
parent
a3acd5ce9b
commit
150a8acf18
1 changed files with 1 additions and 1 deletions
|
@ -568,7 +568,7 @@
|
||||||
this.api('users/followers', {
|
this.api('users/followers', {
|
||||||
user_id: this.user.id,
|
user_id: this.user.id,
|
||||||
iknow: true,
|
iknow: true,
|
||||||
limit: 30
|
limit: 16
|
||||||
}).then(x => {
|
}).then(x => {
|
||||||
this.update({
|
this.update({
|
||||||
users: x.users,
|
users: x.users,
|
||||||
|
|
Loading…
Reference in a new issue