mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 05:31:21 +03:00
Update comment
This commit is contained in:
parent
44563e73e2
commit
10f8aebde2
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ data class MatrixConfiguration(
|
|||
),
|
||||
/**
|
||||
* Optional proxy to connect to the matrix servers
|
||||
* You can create one using for instance Proxy(proxyType, InetSocketAddress(hostname, port)
|
||||
* You can create one using for instance Proxy(proxyType, InetSocketAddress.createUnresolved(hostname, port)
|
||||
*/
|
||||
val proxy: Proxy? = null
|
||||
) {
|
||||
|
|
Loading…
Reference in a new issue