mirror of
https://github.com/element-hq/element-android
synced 2024-11-25 10:55:38 +03:00
Soft Logout - update comment
This commit is contained in:
parent
782635ec8e
commit
954019547d
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ internal class DefaultSignInAgainTask @Inject constructor(
|
||||||
// Reuse the same userId
|
// Reuse the same userId
|
||||||
sessionParams.credentials.userId,
|
sessionParams.credentials.userId,
|
||||||
params.password,
|
params.password,
|
||||||
// The spec says it will be ignored
|
// The spec says the initial device name will be ignored
|
||||||
// https://matrix.org/docs/spec/client_server/latest#post-matrix-client-r0-login
|
// https://matrix.org/docs/spec/client_server/latest#post-matrix-client-r0-login
|
||||||
// but https://github.com/matrix-org/synapse/issues/6525
|
// but https://github.com/matrix-org/synapse/issues/6525
|
||||||
// Reuse the same deviceId
|
// Reuse the same deviceId
|
||||||
|
|
Loading…
Reference in a new issue