zulip/zulip-mobile
Handle new USER_DEACTIVATED and REALM_DEACTIVATED API error codes.
Open
#4,571 opened on Mar 29, 2021
api migrationshelp wanted
Repository metrics
- Stars
- (1,348 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
https://github.com/zulip/zulip/pull/17872 adds a couple of new custom error codes for errors that I'd expect us to see when trying to connect to a deactivated organization with the mobile apps (and also will change the error codes to 403).
We should check if these help the mobile app do better error handling for this error when trying to login or start the app.