graalvm configuration fixes receiving messages

This commit is contained in:
Michael Kebe 2021-01-26 23:02:03 +01:00
parent 6ce29ac14d
commit 520facced4

View file

@ -41,7 +41,10 @@
}, },
{ {
"name":"org.whispersystems.libsignal.state.IdentityKeyStore$Direction", "name":"org.whispersystems.libsignal.state.IdentityKeyStore$Direction",
"fields":[{"name":"SENDING"}] "fields":[
{"name":"RECEIVING"},
{"name":"SENDING"}
]
}, },
{ {
"name":"org.whispersystems.libsignal.state.SessionRecord", "name":"org.whispersystems.libsignal.state.SessionRecord",