mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 18:38:15 +01:00
Send and receive polls with latest protocol version
This commit is contained in:
@@ -679,6 +679,7 @@ class Message {
|
||||
create.allowMultiple = Boolean(this.pollCreate.allowMultiple);
|
||||
create.options = this.pollCreate.options.slice();
|
||||
proto.pollCreate = create;
|
||||
proto.requiredProtocolVersion = Proto.DataMessage.ProtocolVersion.POLLS;
|
||||
}
|
||||
|
||||
this.dataMessage = proto;
|
||||
|
||||
Reference in New Issue
Block a user