mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 20:06:51 +03:00
Attach documentation reference to expired account error
This commit is contained in:
parent
cb3ce2708f
commit
7714cc41f7
1 changed files with 5 additions and 1 deletions
|
@ -190,7 +190,11 @@ data class MatrixError(
|
|||
// Possible value for "limit_type"
|
||||
const val LIMIT_TYPE_MAU = "monthly_active_user"
|
||||
|
||||
/** The user account has expired. It has to be renewed by clicking on an email or by sending a renewal token. */
|
||||
/**
|
||||
* The user account has expired. It has to be renewed by clicking on an email or by sending a renewal token.
|
||||
*
|
||||
* More documentation can be found in the dedicated Synapse plugin module repository: https://github.com/matrix-org/synapse-email-account-validity
|
||||
*/
|
||||
const val ORG_MATRIX_EXPIRED_ACCOUNT = "ORG_MATRIX_EXPIRED_ACCOUNT"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue