forked from mirrors/misskey
wip
This commit is contained in:
@@ -27,7 +27,7 @@ export default Vue.extend({
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
this.$root.$data.os.api('users/get_frequently_replied_users', {
|
||||
(this as any).api('users/get_frequently_replied_users', {
|
||||
user_id: this.user.id,
|
||||
limit: 4
|
||||
}).then(docs => {
|
||||
|
||||
Reference in New Issue
Block a user