mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-09-22 06:29:04 +00:00
Fix expectedV2Id serialization
This commit is contained in:
parent
51db5495c0
commit
263fdceb94
@ -101,7 +101,7 @@ public class GroupInfoV1 extends GroupInfo {
|
|||||||
|
|
||||||
@JsonProperty("expectedV2Id")
|
@JsonProperty("expectedV2Id")
|
||||||
private byte[] getExpectedV2IdJackson() {
|
private byte[] getExpectedV2IdJackson() {
|
||||||
return expectedV2Id.serialize();
|
return getExpectedV2Id().serialize();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user