Page MenuHomePhabricator

[lib] Inline threadSearchText
ClosedPublic

Authored by ashoat on Jan 31 2023, 5:07 AM.
Tags
None
Referenced Files
F2909347: D6479.id21704.diff
Sun, Oct 6, 5:07 PM
F2908814: D6479.id21676.diff
Sun, Oct 6, 3:50 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: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
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
No Lint Coverage
Unit
No Test Coverage

Event Timeline

atul added inline comments.
lib/selectors/nav-selectors.js
89–94

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

Don't know if that improves readability tbh

This revision was automatically updated to reflect the committed changes.