mirror of
https://github.com/status-im/status-go.git
synced 2025-01-18 10:42:07 +00:00
cedc1a5fd1
Because `QuotedMessage` doesn't include imported message data, some of the author information in imported messages is lost in frontends. This commit adds a `discordMessage` (soon replaced by `importedMessage`) to `Quotedmessage`, although only hydrated with a subset of data, namely author display name and avatar URL, as those are the only ones needed by front-end atm.