Page MenuHomePhabricator

[lib] Inline threadSearchText
ClosedPublic

Authored by ashoat on Jan 31 2023, 5:07 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 30, 4:25 PM
Unknown Object (File)
Mon, Sep 30, 4:25 PM
Unknown Object (File)
Mon, Sep 30, 4:25 PM
Unknown Object (File)
Mon, Sep 30, 4:23 PM
Unknown Object (File)
Fri, Sep 20, 6:41 PM
Unknown Object (File)
Mon, Sep 9, 8:08 PM
Unknown Object (File)
Aug 27 2024, 7:19 PM
Unknown Object (File)
Aug 24 2024, 1:09 PM
Subscribers

Details

Summary

This function is only used from one place in the codebase. I want to separate it out into two parts – one for UserInfo fetching and another for the rest. That's because I want to pass the UserInfos through useENSNames.

Depends on D6478

Test Plan

Flow, and tested with the rest of the stack

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

atul added inline comments.
lib/selectors/nav-selectors.js
89–94 ↗(On Diff #21676)

I guess you could merge these

This revision is now accepted and ready to land.Jan 31 2023, 9:49 AM
lib/selectors/nav-selectors.js
89–94 ↗(On Diff #21676)

Don't know if that improves readability tbh

This revision was automatically updated to reflect the committed changes.