mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-22 13:27:27 +00:00
Make relay arguments consistent.
This commit is contained in:
@@ -139,7 +139,7 @@ public class PushServiceSocket {
|
||||
makeRequest(String.format(PREKEY_PATH, ""), "PUT", PreKeyList.toJson(new PreKeyList(lastResortEntity, entities)));
|
||||
}
|
||||
|
||||
public PreKeyEntity getPreKey(String number, String relay) throws IOException {
|
||||
public PreKeyEntity getPreKey(String relay, String number) throws IOException {
|
||||
String path = String.format(PREKEY_PATH, number);
|
||||
|
||||
if (relay != null) {
|
||||
|
Reference in New Issue
Block a user