Compare commits

...

3 commits

Author SHA1 Message Date
Kévin Commaille 6fe16c8b0b
Merge 332d867c86 into 817ec5380f 2025-03-28 14:09:57 +00:00
Kévin Commaille 332d867c86
Add changelog
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2025-03-17 18:40:52 +01:00
Kévin Commaille 75ba4a98bf
Clarify that join_authorised_via_users_server auth event is only necessary for join
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2025-03-17 18:34:21 +01:00
2 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1 @@
Clarify that auth event of `content.join_authorised_via_users_server` is only necessary for `m.room.member` with a `membership` of `join`.

View file

@ -543,8 +543,8 @@ the following subset of the room state:
`third_party_invite` property, the current
`m.room.third_party_invite` event with `state_key` matching
`content.third_party_invite.signed.token`, if any.
- If `content.join_authorised_via_users_server` is present,
and the [room version supports restricted rooms](/rooms/#feature-matrix),
- If `membership` is `join`, `content.join_authorised_via_users_server`
is present, and the [room version supports restricted rooms](/rooms/#feature-matrix),
then the `m.room.member` event with `state_key` matching
`content.join_authorised_via_users_server`.