mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Update graalvm reflect-config
This commit is contained in:
parent
e829dd8b5c
commit
3ae6f7ab7c
2 changed files with 7 additions and 0 deletions
|
@ -2598,6 +2598,12 @@
|
||||||
"queryAllDeclaredConstructors":true,
|
"queryAllDeclaredConstructors":true,
|
||||||
"methods":[{"name":"<init>","parameterTypes":[] }]
|
"methods":[{"name":"<init>","parameterTypes":[] }]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name":"org.whispersystems.signalservice.internal.push.SubmitRecaptchaChallengePayload",
|
||||||
|
"allDeclaredFields":true,
|
||||||
|
"queryAllDeclaredMethods":true,
|
||||||
|
"queryAllDeclaredConstructors":true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name":"org.whispersystems.signalservice.internal.push.UpdateVerificationSessionRequestBody",
|
"name":"org.whispersystems.signalservice.internal.push.UpdateVerificationSessionRequestBody",
|
||||||
"allDeclaredFields":true,
|
"allDeclaredFields":true,
|
||||||
|
|
|
@ -190,6 +190,7 @@ run_main -a "$NUMBER_1" receive
|
||||||
run_main -a "$NUMBER_1" updateGroup -g "$GROUP_ID" -m "$NUMBER_2"
|
run_main -a "$NUMBER_1" updateGroup -g "$GROUP_ID" -m "$NUMBER_2"
|
||||||
run_main -a "$NUMBER_1" block -g "$GROUP_ID"
|
run_main -a "$NUMBER_1" block -g "$GROUP_ID"
|
||||||
run_main -a "$NUMBER_1" unblock -g "$GROUP_ID"
|
run_main -a "$NUMBER_1" unblock -g "$GROUP_ID"
|
||||||
|
run_main -a "$NUMBER_1" submitRateLimitChallenge --challenge 8xxxxxx8-0xx2-4xx9-9xx2-4xxxxxxxxxx7 --captcha signal-hcaptcha
|
||||||
|
|
||||||
## Basic send/receive
|
## Basic send/receive
|
||||||
for OUTPUT in "plain-text" "json"; do
|
for OUTPUT in "plain-text" "json"; do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue