mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-12 14:17:43 +00:00
fix: add support for non-standard ports in opengroupv2
This commit is contained in:
@@ -106,6 +106,7 @@ object OpenGroupAPIV2 {
|
||||
val urlBuilder = HttpUrl.Builder()
|
||||
.scheme(parsed.scheme())
|
||||
.host(parsed.host())
|
||||
.port(parsed.port())
|
||||
.addPathSegments(request.endpoint)
|
||||
|
||||
if (request.verb == GET) {
|
||||
|
Reference in New Issue
Block a user