summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-11-14 21:05:04 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-11-14 21:05:04 +0900
commit150a8acf18de051c6d2bfe33be254c69ae4dae65 (patch)
tree013b5d8fa4bf06aa10e80b670169337ef344c251 /src
parentLimit frequently replied users (diff)
downloadsharkey-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.tag2
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,