diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-14 21:05:04 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-14 21:05:04 +0900 |
| commit | 150a8acf18de051c6d2bfe33be254c69ae4dae65 (patch) | |
| tree | 013b5d8fa4bf06aa10e80b670169337ef344c251 /src | |
| parent | Limit frequently replied users (diff) | |
| download | sharkey-150a8acf18de051c6d2bfe33be254c69ae4dae65.tar.gz sharkey-150a8acf18de051c6d2bfe33be254c69ae4dae65.tar.bz2 sharkey-150a8acf18de051c6d2bfe33be254c69ae4dae65.zip | |
Limit followers you know
Diffstat (limited to 'src')
| -rw-r--r-- | src/web/app/desktop/tags/user.tag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/desktop/tags/user.tag b/src/web/app/desktop/tags/user.tag index a8eb97234f..88b51eecef 100644 --- a/src/web/app/desktop/tags/user.tag +++ b/src/web/app/desktop/tags/user.tag @@ -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, |