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