mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-02 12:30:39 +00:00
graalvm configuration fixes receiving messages
This commit is contained in:
parent
6ce29ac14d
commit
520facced4
1 changed files with 4 additions and 1 deletions
|
@ -41,7 +41,10 @@
|
|||
},
|
||||
{
|
||||
"name":"org.whispersystems.libsignal.state.IdentityKeyStore$Direction",
|
||||
"fields":[{"name":"SENDING"}]
|
||||
"fields":[
|
||||
{"name":"RECEIVING"},
|
||||
{"name":"SENDING"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name":"org.whispersystems.libsignal.state.SessionRecord",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue