summaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
Diffstat (limited to 'src/web')
-rw-r--r--src/web/app/desktop/tags/user.tag3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/web/app/desktop/tags/user.tag b/src/web/app/desktop/tags/user.tag
index 39426f421d..a8eb97234f 100644
--- a/src/web/app/desktop/tags/user.tag
+++ b/src/web/app/desktop/tags/user.tag
@@ -493,7 +493,8 @@
this.on('mount', () => {
this.api('users/get_frequently_replied_users', {
- user_id: this.user.id
+ user_id: this.user.id,
+ limit: 4
}).then(docs => {
this.update({
users: docs.map(doc => doc.user),