Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix membership state table and diagram #3730

Merged
merged 4 commits into from
Feb 22, 2022
Merged

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

changelogs/client_server/newsfragments/3730.clarification Outdated Show resolved Hide resolved
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.

None yet

2 participants