Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3395576
D12681.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
401 B
Referenced Files
None
Subscribers
None
D12681.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D12681: [lib] Don't query keyserver for empty string from useThreadListSearch
Attached
Detach File
Event Timeline
Log In to Comment