accounts: server-search user included in query param
This commit is contained in:
@@ -2069,6 +2069,7 @@ export class accountsList extends PaginatedList {
|
|||||||
console.debug("focusing user", userID);
|
console.debug("focusing user", userID);
|
||||||
this._c.searchBox.value = `id:"${userID}"`;
|
this._c.searchBox.value = `id:"${userID}"`;
|
||||||
this._search.onSearchBoxChange();
|
this._search.onSearchBoxChange();
|
||||||
|
this._search.onServerSearch();
|
||||||
if (userID in this.users) this.users[userID].focus();
|
if (userID in this.users) this.users[userID].focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user