mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Fix expectedV2Id serialization
This commit is contained in:
parent
51db5495c0
commit
263fdceb94
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ public class GroupInfoV1 extends GroupInfo {
|
|||
|
||||
@JsonProperty("expectedV2Id")
|
||||
private byte[] getExpectedV2IdJackson() {
|
||||
return expectedV2Id.serialize();
|
||||
return getExpectedV2Id().serialize();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue