[lib] Render EntityText directly from notifRobotextForMessageInfo
Summary:
This diff does three things:
- Renames strippedRobotextForMessageInfo to notifRobotextForMessageInfo to better reflect its intended use
- Modifies it to return an EntityText directly instead of using entityTextToRawString, which isn't capable of resolving ENS names
- Stops passing notifRobotextForMessageInfo from notif-utils into the message specs, and instead just import it from the message specs. Note that this introduces a require cycle, but I think this is fine in modern Node.js (where this code is getting executed)
Depends on D6574
Test Plan: Tested in combination with later notif diffs
Reviewers: atul, ginsu, michal, marcin
Reviewed By: atul
Subscribers: tomek
Differential Revision: https://phab.comm.dev/D6575