mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
Wrong issue number
This commit is contained in:
parent
0fd50892af
commit
2e997f2c67
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ internal class DefaultSignOutTask @Inject constructor(
|
|||
apiCall = signOutAPI.signOut()
|
||||
}
|
||||
} catch (throwable: Throwable) {
|
||||
// Maybe due to https://github.com/matrix-org/synapse/issues/5755
|
||||
// Maybe due to https://github.com/matrix-org/synapse/issues/5756
|
||||
if (throwable is Failure.ServerError
|
||||
&& throwable.httpCode == HttpURLConnection.HTTP_UNAUTHORIZED /* 401 */
|
||||
&& throwable.error.code == MatrixError.M_UNKNOWN_TOKEN) {
|
||||
|
|
Loading…
Add table
Reference in a new issue