element-hq / element-ios

A glossy Matrix collaboration client for iOS
https://element.io
GNU Affero General Public License v3.0
1.73k stars 493 forks source link

Handle M_USER_DEACTIVATED on login #2656

Open jryans opened 5 years ago

jryans commented 5 years ago

Cloned from https://github.com/vector-im/riot-web/issues/10472

https://github.com/matrix-org/matrix-doc/pull/2181 https://github.com/matrix-org/synapse/pull/5686

Riot Web customised the login error text to "This account has been deactivated." for this error code.

pixlwave commented 2 years ago

Adding FTUE label as whilst we do now show "This account has been deactivated." it is the error message returned by the server. We should handle this error code to display a localised string in this instance.