mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-01 20:10:39 +00:00
URL should point to textsecure-service subdomain
Caused by find-and-replace in previous commit
This commit is contained in:
parent
10719a443a
commit
e470b491a9
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ import java.util.concurrent.TimeUnit;
|
||||||
import java.util.concurrent.TimeoutException;
|
import java.util.concurrent.TimeoutException;
|
||||||
|
|
||||||
class Manager implements TextSecure {
|
class Manager implements TextSecure {
|
||||||
private final static String URL = "https://SignalService-service.whispersystems.org";
|
private final static String URL = "https://textsecure-service.whispersystems.org";
|
||||||
private final static TrustStore TRUST_STORE = new WhisperTrustStore();
|
private final static TrustStore TRUST_STORE = new WhisperTrustStore();
|
||||||
|
|
||||||
public final static String PROJECT_NAME = Manager.class.getPackage().getImplementationTitle();
|
public final static String PROJECT_NAME = Manager.class.getPackage().getImplementationTitle();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue