Wrong issue number

This commit is contained in:
Benoit Marty 2020-06-03 18:41:27 +02:00
parent 0fd50892af
commit 2e997f2c67

View file

@ -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) {