status-im / status-protocol-go

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

Enable parsing of messages #113

Closed cammellos closed 4 years ago

cammellos commented 4 years ago

This commit enables parsing of messages in status-protocol-go, status-react will conditionally use that if the message type is supported and present.

cammellos commented 4 years ago

@adambabik @PombeirP ping for the review and corresponding status-go PR https://github.com/status-im/status-go/pull/1660 . Thanks!