mirror of
https://github.com/hrfee/jfa-go.git
synced 2026-01-18 16:47:42 +01:00
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);
|
||||
this._c.searchBox.value = `id:"${userID}"`;
|
||||
this._search.onSearchBoxChange();
|
||||
this._search.onServerSearch();
|
||||
if (userID in this.users) this.users[userID].focus();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user