mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Improve JSON-RPC subscribeReceive method with subscription id
This commit is contained in:
parent
e5a8cdb056
commit
be0993c5d8
9 changed files with 158 additions and 43 deletions
|
@ -269,7 +269,10 @@
|
|||
{
|
||||
"name":"java.lang.Throwable",
|
||||
"queryAllPublicMethods":true,
|
||||
"methods":[{"name":"addSuppressed","parameterTypes":["java.lang.Throwable"] }]
|
||||
"methods":[
|
||||
{"name":"addSuppressed","parameterTypes":["java.lang.Throwable"] },
|
||||
{"name":"getSuppressed","parameterTypes":[] }
|
||||
]
|
||||
},
|
||||
{
|
||||
"name":"java.lang.reflect.Method",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue