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,