mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 21:15:48 +00:00
Move more networking stuff into SignalNetwork.
This commit is contained in:
committed by
Cody Henthorne
parent
e247d311d8
commit
7835b1d1fc
@@ -862,10 +862,6 @@ public class SignalServiceAccountManager {
|
||||
return new GroupsV2Api(pushServiceSocket, groupsV2Operations);
|
||||
}
|
||||
|
||||
public KeysApi getKeysApi() {
|
||||
return KeysApi.create(pushServiceSocket);
|
||||
}
|
||||
|
||||
public RegistrationApi getRegistrationApi() {
|
||||
return new RegistrationApi(pushServiceSocket);
|
||||
}
|
||||
|
||||
@@ -213,10 +213,6 @@ public class SignalServiceMessageSender {
|
||||
this.scheduler = Schedulers.from(executor, false, false);
|
||||
}
|
||||
|
||||
public AttachmentApi getAttachmentApi() {
|
||||
return AttachmentApi.create(webSocket, socket);
|
||||
}
|
||||
|
||||
/**
|
||||
* Send a read receipt for a received message.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user