wireapp / generic-message-proto

Protocol definition for generic messages.
https://www.npmjs.com/package/@wireapp/protocol-messaging
GNU General Public License v3.0
33 stars 25 forks source link

feat: Add new InCallEmoji proto #88

Closed thisisamir98 closed 4 months ago

thisisamir98 commented 4 months ago

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

New Proto Message

message InCallEmoji {
  map<string, int32> emojis = 1;
}
sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud