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 the rendering of the event format for room versions 1 and 2 #1883

Merged
merged 4 commits into from
Jun 20, 2024

Conversation

zecakeh
Copy link
Contributor

@zecakeh zecakeh commented Jun 20, 2024

Before, prev_events and auth_events would show an empty array, and the Event Hash definition would be duplicated.

Before on stable:

image

And on unstable:

image

After:

image

This also gets rid of the last duplicate IDs after #1881 and #1882.

Pull Request Checklist

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

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
@zecakeh zecakeh requested a review from a team as a code owner June 20, 2024 11:06
@zecakeh zecakeh changed the title Fix the rendering of the event format for romm versions 1 and 2 Fix the rendering of the event format for room versions 1 and 2 Jun 20, 2024
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
@turt2live turt2live self-requested a review June 20, 2024 15:16
Copy link
Member

@turt2live turt2live left a comment

Choose a reason for hiding this comment

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

Thanks!

@turt2live turt2live merged commit bd20d94 into matrix-org:main Jun 20, 2024
12 checks passed
@turt2live turt2live added the release-blocker Blocks the next release from happening label Jun 20, 2024
@turt2live turt2live mentioned this pull request Jun 20, 2024
19 tasks
@zecakeh zecakeh deleted the room-v1-pdu branch June 20, 2024 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-blocker Blocks the next release from happening
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants