add missing window import to decode group sync message

pull/1229/head
Audric Ackermann 5 years ago
parent f03d66de38
commit 935d26a41b
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -55,5 +55,7 @@ GroupBuffer.prototype.constructor = GroupBuffer;
const ContactBuffer = function Constructor(arrayBuffer) {
ProtoParser.call(this, arrayBuffer, textsecure.protobuf.ContactDetails);
};
window.GroupBuffer = GroupBuffer;
ContactBuffer.prototype = Object.create(ProtoParser.prototype);
ContactBuffer.prototype.constructor = ContactBuffer;

Loading…
Cancel
Save