1
0
mirror of https://github.com/NicolasConstant/sengi synced 2025-01-31 18:55:15 +01:00

always resolve remote account when searching

This commit is contained in:
Nicolas Constant 2018-10-31 00:30:41 -04:00
parent 4825aa53d0
commit 90ab3343ac
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688

View File

@ -46,7 +46,7 @@ export class SearchComponent implements OnInit {
//First candid implementation
if (enabledAccounts.length > 0) {
const candid_oneAccount = enabledAccounts[0];
this.mastodonService.search(candid_oneAccount, data)
this.mastodonService.search(candid_oneAccount, data, true)
.then((results: Results) => {
if (results) {
console.warn(results);