matrix-org / matrix-spec

The Matrix protocol specification
Apache License 2.0
170 stars 90 forks source link

Fix the rendering of the event format for room versions 1 and 2 #1883

Closed zecakeh closed 1 week ago

zecakeh commented 1 week ago

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