Add InCallEmoji Message for Live Emoji Reactions During Calls
Description
This pull request introduces a new proto message type, InCallEmoji, to the messages.proto file. The InCallEmoji message will be used for sending live emoji reactions during a call in Wire.
Changes
Added a new message type InCallEmoji to proto/messages.proto.
InCallEmoji contains a map that allows for string keys (representing emoji names or identifiers) and integer values (representing the count of each emoji).
Add InCallEmoji Message for Live Emoji Reactions During Calls
Description
This pull request introduces a new proto message type,
InCallEmoji
, to themessages.proto
file. TheInCallEmoji
message will be used for sending live emoji reactions during a call in Wire.Changes
InCallEmoji
toproto/messages.proto
.InCallEmoji
contains a map that allows for string keys (representing emoji names or identifiers) and integer values (representing the count of each emoji).New Proto Message