Skip to content

Commit

Permalink
Clarify that this does not affect auth rules
Browse files Browse the repository at this point in the history
andybalaam committed Jul 19, 2023
1 parent d2bc602 commit 158146e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions proposals/3901-deleting-state.md
Original file line number Diff line number Diff line change
@@ -357,6 +357,9 @@ value is the ID of the `m.room.create` event of the new room. (This makes a
later step, automatically accepting these invitations, possible - see
sub-proposal 3).

Note that this behaviour does not affect the auth rules for either room in any
way: the server simply sends invitations on behalf of the upgrading user.

#### Specific spec wording changes

In point 3 of Server behaviour:
@@ -471,6 +474,10 @@ true, the server should auto-join the user to the new room by emitting an
the old room (excluding `join_authorised_via_users_server`, which should be
omitted since the user is invited, so does not need additional authorisation).

Note that this behaviour does not affect the auth rules for either room in any
way: the server simply accepts invitations on behalf of the user under these
circumstances.

### Potential issues

### Alternatives

0 comments on commit 158146e

Please sign in to comment.