mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix: group cipher signatures
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user