This makes sense as a hook, and it will make it easier to incorporate useENSNames in the next diff.
Details
Details
- Reviewers
atul - Commits
- rCOMMdb1d5ea8028b: [lib] getKeyserverAdmin -> useKeyserverAdmin
Flow, and making sure CommunityPill on native & ChatThreadAncestors on web still look right (only two uses of this function)
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
native/components/community-pill.react.js | ||
---|---|---|
22 ↗ | (On Diff #21533) | I think it's okay to get rid of this useMemo since we're memoizing a primitive here, but if the CPU cost of community.members.find is judged too high I can bring it back |