fix: group cipher signatures

This commit is contained in:
Adhiraj Singh
2023-03-18 12:24:19 +05:30
parent a4ecac788c
commit 2eea17fe9f
3 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ class SenderKeyDistributionMessage extends CiphertextMessage {
const distributionMessage = protobufs.SenderKeyDistributionMessage.decode(
message
).toJSON();
);
this.serialized = serialized;
this.id = distributionMessage.id;
this.iteration = distributionMessage.iteration;