Skip to content

Commit 4a597ac

Browse files
authored
Re-add knock's otherwise, reject per MSC2403 (#3661)
* Re-add knock's `otherwise, reject` per MSC2403 Fixes #3648 * changelog + changelog for 3432
1 parent fff5f87 commit 4a597ac

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fully specify room versions to indicate what exactly is carried over from parent versions.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fully specify room versions to indicate what exactly is carried over from parent versions.

content/rooms/fragments/v8-auth-rules.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ The rules are as follows:
113113
2. If `sender` does not match `state_key`, reject.
114114
3. If the `sender`'s current membership is not `ban`, `invite`,
115115
or `join`, allow.
116+
4. Otherwise, reject.
116117
8. Otherwise, the membership is unknown. Reject.
117118
5. If the `sender`'s current membership state is not `join`, reject.
118119
6. If type is `m.room.third_party_invite`:

content/rooms/v7.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ The rules are as follows:
136136
2. If `sender` does not match `state_key`, reject.
137137
3. If the `sender`'s current membership is not `ban`, `invite`,
138138
or `join`, allow.
139+
4. Otherwise, reject.
139140
7. Otherwise, the membership is unknown. Reject.
140141
5. If the `sender`'s current membership state is not `join`, reject.
141142
6. If type is `m.room.third_party_invite`:

0 commit comments

Comments
 (0)