From 0fd3981d9b6c1f60088a204b037a65835c274dae Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Tue, 27 May 2025 15:48:04 +0100 Subject: [PATCH] accounts: server-search user included in query param --- ts/modules/accounts.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/modules/accounts.ts b/ts/modules/accounts.ts index cbf6209..115a4ab 100644 --- a/ts/modules/accounts.ts +++ b/ts/modules/accounts.ts @@ -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(); }