Skip to content

Commit

Permalink
Attach documentation reference to expired account error
Browse files Browse the repository at this point in the history
  • Loading branch information
Frenaud14 committed Aug 27, 2021
1 parent cb3ce27 commit 7714cc4
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 7714cc4

Please sign in to comment.