Skip to content

Fix membership state table and diagram#3730

Merged
turt2live merged 4 commits intomainfrom
travis/fix-membership-diagram
Feb 22, 2022
Merged

Fix membership state table and diagram#3730
turt2live merged 4 commits intomainfrom
travis/fix-membership-diagram

Conversation

@turt2live
Copy link
Member

@turt2live turt2live commented Feb 18, 2022

There were 2 missing cases which are legal under the auth rules:

  • invite->knock (a fairly silly thing to do, but legal)
  • external->leave (via /kick) (another somewhat silly thing to do, but no different than external->ban (via /ban))

The state table considered the first as illegal, which is untrue.

Preview: https://pr3730--matrix-org-previews.netlify.app

There were 2 missing cases which are legal:
* `invite->knock` (a fairly silly thing to do, but legal under the auth rules)
* `external->leave (via /kick)` (another somewhat silly thing to do, but no different than `external->ban (via /ban)`)

The state table considered the first as illegal, which is untrue.
@turt2live turt2live marked this pull request as ready for review February 18, 2022 05:28
@turt2live turt2live requested a review from a team February 18, 2022 05:29
Copy link
Member

@richvdh richvdh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm otherwise

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
@turt2live turt2live merged commit 7afac76 into main Feb 22, 2022
@turt2live turt2live deleted the travis/fix-membership-diagram branch February 22, 2022 17:30
RiotTranslateBot pushed a commit to RiotTranslateBot/matrix-doc that referenced this pull request Aug 22, 2023
* Fix membership state table and diagram

There were 2 missing cases which are legal:
* `invite->knock` (a fairly silly thing to do, but legal under the auth rules)
* `external->leave (via /kick)` (another somewhat silly thing to do, but no different than `external->ban (via /ban)`)

The state table considered the first as illegal, which is untrue.

* Changelog

* Make the graph prettier

* Update changelogs/client_server/newsfragments/3730.clarification

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants