File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ admin room).
22
22
23
23
An error with the code ` M_USER_AWAITING_APPROVAL ` must include an
24
24
` 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:
26
27
27
28
* ` m.email ` : the user is made aware of their account's approval by email to an
28
29
address they provided during registration.
@@ -116,5 +117,10 @@ them).
116
117
117
118
## Unstable prefix
118
119
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 ` |
You can’t perform that action at this time.
0 commit comments