Closed
Description
As a user
I want to see the posts that mention me highlighted
So that I can easily reply to them
Description
In any kind of chat, if a post mentions you, it should be highlighted as per designs.
Designs
https://www.figma.com/file/aS1ct66VQ6V0cio7vSqS8UoG/Chat?node-id=7246%3A441
Technical implementation
Please keep most of the logic in status-go, we can add a mentioned
flag to the message
and just act on it in status-react.