Identity: cleanup

This commit is contained in:
Benoit Marty 2020-05-11 01:35:34 +02:00
parent ed2f62cbe7
commit 084c27a2bb
1 changed files with 2 additions and 2 deletions

View File

@ -113,8 +113,8 @@ internal class DefaultIdentityService @Inject constructor(
}
override fun getDefaultIdentityServer(callback: MatrixCallback<String?>): Cancelable {
// TODO Use Wellknown request
callback.onSuccess("https://vector.im")
// TODO Use Wellknown request, but waiting for PR about Wellknown to be merged
callback.onSuccess(null)
return NoOpCancellable
}