Page MenuHomePhabricator

D12681.diff
No OneTemporary

D12681.diff

diff --git a/lib/hooks/thread-search-hooks.js b/lib/hooks/thread-search-hooks.js
--- a/lib/hooks/thread-search-hooks.js
+++ b/lib/hooks/thread-search-hooks.js
@@ -41,6 +41,7 @@
async (usernamePrefix: string) => {
if (usernamePrefix.length === 0) {
filterAndSetUserResults([]);
+ return;
}
const { userInfos } = await legacyCallSearchUsers(usernamePrefix);

File Metadata

Mime Type
text/plain
Expires
Mon, Dec 2, 6:17 AM (17 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2606846
Default Alt Text
D12681.diff (401 B)

Event Timeline