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

Remove reference to a room_id key for typing events #1265

Merged
merged 4 commits into from Oct 5, 2022

Conversation

anoadragon453
Copy link
Member

@anoadragon453 anoadragon453 commented Oct 4, 2022

Fixes #578

Typing events do not contain a room_id key. They are instead scoped to a room, for example under a specific room's ephemeral events listing in a /sync response.

Removing the reference to room_id helps reduce confusion.

Preview: https://pr1265--matrix-spec-previews.netlify.app

Typing events do not contain a 'room_id' key. They are instead scoped to a room, i.e. under
a specific room's ephemeral events listing in a /sync response.

Remove  references to 'room_id' to reduce confusion.
@anoadragon453 anoadragon453 marked this pull request as ready for review October 4, 2022 09:17
@anoadragon453 anoadragon453 requested a review from a team as a code owner October 4, 2022 09:17
@richvdh richvdh self-requested a review October 4, 2022 17:16
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

@anoadragon453 anoadragon453 enabled auto-merge (squash) October 5, 2022 09:54
@anoadragon453 anoadragon453 merged commit 43a4831 into main Oct 5, 2022
@anoadragon453 anoadragon453 deleted the anoa/typing_event_no_roomid branch October 5, 2022 09:54
clokep pushed a commit to clokep/matrix-spec that referenced this pull request May 3, 2023
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.

Typing CS documentation contains mistake about the room_id
2 participants