Identity: cleanup
This commit is contained in:
parent
ed2f62cbe7
commit
084c27a2bb
|
@ -113,8 +113,8 @@ internal class DefaultIdentityService @Inject constructor(
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun getDefaultIdentityServer(callback: MatrixCallback<String?>): Cancelable {
|
override fun getDefaultIdentityServer(callback: MatrixCallback<String?>): Cancelable {
|
||||||
// TODO Use Wellknown request
|
// TODO Use Wellknown request, but waiting for PR about Wellknown to be merged
|
||||||
callback.onSuccess("https://vector.im")
|
callback.onSuccess(null)
|
||||||
return NoOpCancellable
|
return NoOpCancellable
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue