mirror of
https://github.com/status-im/status-go.git
synced 2025-01-31 00:48:01 +00:00
Added ChatIdentity to HandleApplication()
This commit is contained in:
parent
279c395f23
commit
0b6061b444
@ -247,6 +247,8 @@ func (m *StatusMessage) HandleApplication() error {
|
||||
v := reflect.ValueOf(m.DecryptedPayload)
|
||||
m.ParsedMessage = &v
|
||||
return nil
|
||||
case protobuf.ApplicationMetadataMessage_CHAT_IDENTITY:
|
||||
return m.unmarshalProtobufData(new(protobuf.ChatIdentity))
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user