Limit frequently replied users

This commit is contained in:
syuilo 2017-11-14 21:01:49 +09:00
parent 6838660335
commit 7f2eb279ce

View file

@ -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),