mirror of
https://github.com/status-im/status-go.git
synced 2025-01-18 10:42:07 +00:00
Add EmojiReaction to membershipupdatemessage
This commit is contained in:
parent
7e7d95a907
commit
4a83c86c3e
@ -98,6 +98,7 @@ func MembershipUpdateMessageFromProtobuf(raw *protobuf.MembershipUpdateMessage)
|
|||||||
ChatID: raw.ChatId,
|
ChatID: raw.ChatId,
|
||||||
Events: events,
|
Events: events,
|
||||||
Message: raw.GetMessage(),
|
Message: raw.GetMessage(),
|
||||||
|
EmojiReaction: raw.GetEmojiReaction(),
|
||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user