mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-08-21 04:46:06 +00:00
Update reachability metadata
This commit is contained in:
parent
667a47c03a
commit
345de8fb5d
@ -1533,42 +1533,7 @@
|
||||
},
|
||||
{
|
||||
"type": "kotlin.reflect.jvm.internal.impl.resolve.scopes.DescriptorKindFilter",
|
||||
"allPublicFields": true,
|
||||
"fields": [
|
||||
{
|
||||
"name": "ALL"
|
||||
},
|
||||
{
|
||||
"name": "CALLABLES"
|
||||
},
|
||||
{
|
||||
"name": "CLASSIFIERS"
|
||||
},
|
||||
{
|
||||
"name": "Companion"
|
||||
},
|
||||
{
|
||||
"name": "FUNCTIONS"
|
||||
},
|
||||
{
|
||||
"name": "NON_SINGLETON_CLASSIFIERS"
|
||||
},
|
||||
{
|
||||
"name": "PACKAGES"
|
||||
},
|
||||
{
|
||||
"name": "SINGLETON_CLASSIFIERS"
|
||||
},
|
||||
{
|
||||
"name": "TYPE_ALIASES"
|
||||
},
|
||||
{
|
||||
"name": "VALUES"
|
||||
},
|
||||
{
|
||||
"name": "VARIABLES"
|
||||
}
|
||||
]
|
||||
"allPublicFields": true
|
||||
},
|
||||
{
|
||||
"type": "kotlinx.coroutines.CancellableContinuationImpl",
|
||||
@ -9417,6 +9382,12 @@
|
||||
{
|
||||
"type": "sun.text.resources.BreakIteratorResources"
|
||||
},
|
||||
{
|
||||
"type": "sun.text.resources.BreakIteratorResources_en"
|
||||
},
|
||||
{
|
||||
"type": "sun.text.resources.BreakIteratorResources_en_US"
|
||||
},
|
||||
{
|
||||
"type": "sun.text.resources.CollationData"
|
||||
},
|
||||
@ -9475,6 +9446,9 @@
|
||||
{
|
||||
"glob": "META-INF/services/java.nio.channels.spi.SelectorProvider"
|
||||
},
|
||||
{
|
||||
"glob": "META-INF/services/java.nio.file.spi.FileTypeDetector"
|
||||
},
|
||||
{
|
||||
"glob": "META-INF/services/java.sql.Driver"
|
||||
},
|
||||
@ -9508,6 +9482,12 @@
|
||||
{
|
||||
"glob": "com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_*"
|
||||
},
|
||||
{
|
||||
"glob": "com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_DE"
|
||||
},
|
||||
{
|
||||
"glob": "com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_US"
|
||||
},
|
||||
{
|
||||
"glob": "kotlin/collections/collections.kotlin_builtins"
|
||||
},
|
||||
@ -9523,6 +9503,12 @@
|
||||
{
|
||||
"glob": "net/sourceforge/argparse4j/internal/ArgumentParserImpl_*.properties"
|
||||
},
|
||||
{
|
||||
"glob": "net/sourceforge/argparse4j/internal/ArgumentParserImpl_en.properties"
|
||||
},
|
||||
{
|
||||
"glob": "net/sourceforge/argparse4j/internal/ArgumentParserImpl_en_US.properties"
|
||||
},
|
||||
{
|
||||
"glob": "net/sourceforge/argparse4j/internal/ArgumentParserImpl_fr.properties"
|
||||
},
|
||||
@ -9554,6 +9540,14 @@
|
||||
"module": "java.base",
|
||||
"glob": "sun/net/idn/uidna.spp"
|
||||
},
|
||||
{
|
||||
"module": "java.base",
|
||||
"glob": "sun/net/www/content-types.properties"
|
||||
},
|
||||
{
|
||||
"module": "java.base",
|
||||
"glob": "sun/text/resources/LineBreakIteratorData"
|
||||
},
|
||||
{
|
||||
"bundle": "net.sourceforge.argparse4j.internal.ArgumentParserImpl"
|
||||
}
|
||||
|
||||
@ -42,7 +42,7 @@ run() {
|
||||
if [ "$JSON_RPC" -eq 1 ]; then
|
||||
"$SIGNAL_CLI" $@
|
||||
else
|
||||
"$SIGNAL_CLI" --service-environment="staging" --verbose --verbose $@
|
||||
"$SIGNAL_CLI" --service-environment="staging" --verbose --verbose $@ | grep -v '^Warning:' | grep -v 'at org'
|
||||
fi
|
||||
set +x
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user