Skip to content

Commit

Permalink
Add missing unstable identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
babolivier committed Sep 29, 2022
1 parent 3df48d3 commit 51fd1ed
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions proposals/3866-user-not-approved-error.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ admin room).

An error with the code `M_USER_AWAITING_APPROVAL` must include an
`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
address they provided during registration.
Expand Down Expand Up @@ -116,5 +117,10 @@ them).

## Unstable prefix

During development, `ORG.MATRIX.MSC3866_USER_AWAITING_APPROVAL` must be used
instead of `M_USER_AWAITING_APPROVAL`.
During development, the following unstable identifiers must be used:

| 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` |

0 comments on commit 51fd1ed

Please sign in to comment.