fix: pub key type is buffer

This commit is contained in:
Adhiraj Singh
2023-03-18 17:39:01 +05:30
parent fe1d0649b5
commit 5a3ef65e50
2 changed files with 3 additions and 3 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;