mirror of
https://github.com/NicolasConstant/sengi
synced 2025-01-31 10:44:55 +01:00
always resolve remote account when searching
This commit is contained in:
parent
4825aa53d0
commit
90ab3343ac
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user