status-im / status-protocol-go

Status Protocol implementation in Go
Mozilla Public License 2.0
0 stars 1 forks source link

Add name to content #118

Closed cammellos closed 4 years ago

cammellos commented 4 years ago

Sometimes messages have a name field in the content map. This is used for the ENS name. This commit adds the parsing of that field.

cammellos commented 4 years ago

@PombeirP @adambabik ping for a small review :) thanks!

cammellos commented 4 years ago

And corresponding status-go pr https://github.com/status-im/status-go/pull/1664