Update libsignal-service-java

This commit is contained in:
AsamK 2021-11-18 19:23:11 +01:00
parent 05ccfef93c
commit c9dffe47f6
8 changed files with 20 additions and 58 deletions

View file

@ -142,11 +142,6 @@ public class App {
dataPath = getDefaultDataPath();
}
if (!ServiceConfig.isZkgroupAvailable()) {
logger.warn("WARNING: Support for new group V2 is disabled,"
+ " because the required native library dependency is missing: libzkgroup");
}
if (!ServiceConfig.isSignalClientAvailable()) {
throw new UserErrorException("Missing required native library dependency: libsignal-client");
}