Page MenuHomePhabricator

[lib][native][web] Fetch ENS names for robotext messages
ClosedPublic

Authored by ashoat on Feb 2 2023, 8:43 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 11, 8:27 AM
Unknown Object (File)
Tue, Jun 11, 8:27 AM
Unknown Object (File)
Tue, Jun 11, 8:27 AM
Unknown Object (File)
Tue, Jun 11, 8:27 AM
Unknown Object (File)
Fri, Jun 7, 9:08 PM
Unknown Object (File)
Fri, Jun 7, 9:08 PM
Unknown Object (File)
Fri, Jun 7, 9:07 PM
Unknown Object (File)
Fri, Jun 7, 9:07 PM
Subscribers

Details

Summary

Woohoo!!

Depends on D6527

Test Plan
webnative
Screenshot 2023-02-02 at 11.42.49 AM.png (269×592 px, 21 KB)
Screenshot 2023-02-02 at 11.47.36 AM.png (1×565 px, 213 KB)

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ashoat added inline comments.
lib/utils/entity-text.js
334 ↗(On Diff #21860)

Converting this to an object and back to a string is necessary for Flow, which otherwise complains that useENSNames can only take an object. (Technically a string is an object, so this works in JS, but Flow doesn't allow it)

ashoat requested review of this revision.Feb 2 2023, 8:59 AM
This revision is now accepted and ready to land.Feb 2 2023, 11:07 AM