Skip to content

Commit 51fd1ed

Browse files
committed
Add missing unstable identifiers
1 parent 3df48d3 commit 51fd1ed

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

proposals/3866-user-not-approved-error.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ admin room).
2222

2323
An error with the code `M_USER_AWAITING_APPROVAL` must include an
2424
`approval_notice_medium` field, which indicates to the user how the homeserver
25-
will let them know of their account's approval. The allowed values are:
25+
will let them know of their account's approval. This proposal specifies the
26+
following values:
2627

2728
* `m.email`: the user is made aware of their account's approval by email to an
2829
address they provided during registration.
@@ -116,5 +117,10 @@ them).
116117

117118
## Unstable prefix
118119

119-
During development, `ORG.MATRIX.MSC3866_USER_AWAITING_APPROVAL` must be used
120-
instead of `M_USER_AWAITING_APPROVAL`.
120+
During development, the following unstable identifiers must be used:
121+
122+
| Stable identifier | Unstable identifier |
123+
|----------------------------|---------------------------------------------|
124+
| `M_USER_AWAITING_APPROVAL` | `ORG.MATRIX.MSC3866_USER_AWAITING_APPROVAL` |
125+
| `m.email` | `org.matrix.msc3866.email` |
126+
| `m.none` | `org.matrix.msc3866.none` |

0 commit comments

Comments
 (0)