mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-30 02:50:39 +00:00
Print warning if libzkgroup is missing
This commit is contained in:
parent
445e8592c4
commit
8957a08453
3 changed files with 10 additions and 1 deletions
|
@ -88,6 +88,10 @@ public class ServiceConfig {
|
|||
zkGroupServerPublicParams);
|
||||
}
|
||||
|
||||
public static AccountAttributes.Capabilities getCapabilities() {
|
||||
return capabilities;
|
||||
}
|
||||
|
||||
static KeyStore getIasKeyStore() {
|
||||
try {
|
||||
TrustStore contactTrustStore = IAS_TRUST_STORE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue