Talk federation (#5534)

This commit is contained in:
MeiMei
2019-10-29 06:01:14 +09:00
committed by syuilo
parent 1e58b3daff
commit 245b08b624
6 changed files with 125 additions and 74 deletions

View File

@@ -138,7 +138,7 @@ export default Vue.extend({
}
this.$root.api('users/search', {
query: this.q,
localOnly: true,
localOnly: false,
limit: 10,
detail: false
}).then(users => {