Page MenuHomePhabricator

[native][web] Show ENS name for message author
ClosedPublic

Authored by ashoat on Jan 28 2023, 4:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 30, 3:48 AM
Unknown Object (File)
Mon, Sep 30, 3:34 AM
Unknown Object (File)
Tue, Sep 24, 2:11 AM
Unknown Object (File)
Fri, Sep 20, 11:30 PM
Unknown Object (File)
Thu, Sep 19, 3:17 AM
Unknown Object (File)
Thu, Sep 19, 2:35 AM
Unknown Object (File)
Wed, Sep 18, 8:54 PM
Unknown Object (File)
Wed, Sep 18, 7:57 PM
Subscribers

Details

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

native/chat/message-header.react.js
31 ↗(On Diff #21491)

Note that useStringForUser will only return falsey if passed falsey

web/chat/composed-message.react.js
95 ↗(On Diff #21491)

Note that useStringForUser will only return falsey if passed falsey

atul added inline comments.
native/chat/message-header.react.js
6 ↗(On Diff #21491)

Been seeing this through the stack so it makes sense to me, but I wonder if a more descriptive name might be helpful for others in the future.

Maybe useStringIdentifierForUser or something? idk

This revision is now accepted and ready to land.Jan 28 2023, 12:41 PM
native/chat/message-header.react.js
6 ↗(On Diff #21491)

That seems a bit wordy... open to rewording but not sure of the new name and need to push out a lot of code this weekend