Add missing unstable identifiers

babolivier/m_not_approved
Brendan Abolivier 3 years ago
parent 3df48d3349
commit 51fd1ed6e5
No known key found for this signature in database
GPG Key ID: CB2B33F7C23D44C6

@ -22,7 +22,8 @@ admin room).
An error with the code `M_USER_AWAITING_APPROVAL` must include an An error with the code `M_USER_AWAITING_APPROVAL` must include an
`approval_notice_medium` field, which indicates to the user how the homeserver `approval_notice_medium` field, which indicates to the user how the homeserver
will let them know of their account's approval. The allowed values are: will let them know of their account's approval. This proposal specifies the
following values:
* `m.email`: the user is made aware of their account's approval by email to an * `m.email`: the user is made aware of their account's approval by email to an
address they provided during registration. address they provided during registration.
@ -116,5 +117,10 @@ them).
## Unstable prefix ## Unstable prefix
During development, `ORG.MATRIX.MSC3866_USER_AWAITING_APPROVAL` must be used During development, the following unstable identifiers must be used:
instead of `M_USER_AWAITING_APPROVAL`.
| Stable identifier | Unstable identifier |
|----------------------------|---------------------------------------------|
| `M_USER_AWAITING_APPROVAL` | `ORG.MATRIX.MSC3866_USER_AWAITING_APPROVAL` |
| `m.email` | `org.matrix.msc3866.email` |
| `m.none` | `org.matrix.msc3866.none` |

Loading…
Cancel
Save