mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-28 18:10:38 +00:00
Update reflect-config
This commit is contained in:
parent
1c27723083
commit
0e56d1c32a
2 changed files with 18 additions and 1 deletions
|
@ -1491,6 +1491,12 @@
|
|||
"allDeclaredMethods":true,
|
||||
"allDeclaredConstructors":true
|
||||
},
|
||||
{
|
||||
"name":"org.whispersystems.signalservice.api.profiles.SignalServiceProfile$Badge",
|
||||
"allDeclaredFields":true,
|
||||
"allDeclaredMethods":true,
|
||||
"allDeclaredConstructors":true
|
||||
},
|
||||
{
|
||||
"name":"org.whispersystems.signalservice.api.profiles.SignalServiceProfile$Capabilities",
|
||||
"allDeclaredFields":true,
|
||||
|
@ -2181,6 +2187,17 @@
|
|||
{"name":"uuids_"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name":"org.whispersystems.signalservice.internal.push.SignalServiceProtos$SyncMessage$Configuration",
|
||||
"fields":[
|
||||
{"name":"bitField0_"},
|
||||
{"name":"linkPreviews_"},
|
||||
{"name":"provisioningVersion_"},
|
||||
{"name":"readReceipts_"},
|
||||
{"name":"typingIndicators_"},
|
||||
{"name":"unidentifiedDeliveryIndicators_"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name":"org.whispersystems.signalservice.internal.push.SignalServiceProtos$SyncMessage$Contacts",
|
||||
"fields":[
|
||||
|
|
|
@ -15,7 +15,7 @@ fi
|
|||
NUMBER_1="$1"
|
||||
NUMBER_2="$2"
|
||||
TEST_PIN_1=456test_pin_foo123
|
||||
NATIVE=1
|
||||
NATIVE=0
|
||||
|
||||
PATH_TEST_CONFIG="$PWD/build/test-config"
|
||||
PATH_MAIN="$PATH_TEST_CONFIG/main"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue