-
-
Notifications
You must be signed in to change notification settings - Fork 592
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
Send extensible events structure and support on-demand parsing #2091
Conversation
We do this automatically to force a pool of messages in the wild we can use for testing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, assuming we trust matrix-events-sdk. I had a look at https://github.com/matrix-org/matrix-events-sdk/blob/main/src/events/MessageEvent.ts#L113 and it looks like we will still emit something clients will understand...
Should we modify https://github.com/vector-im/element-web#setting-up-a-dev-environment to include this project? |
No, it actually makes development more hostile to have it linked up in the same way. Fixing that is somewhere on the list of things to do, as is making it possible for As for trust, I hope we trust it. I spent a lot of time making it have unit tests (for once) :P |
* Support m.asset in m.location event content ([\matrix-org#2109](matrix-org#2109)). * Send extensible events structure and support on-demand parsing ([\matrix-org#2091](matrix-org#2091)). * Support cancelling events whilst they are in status = ENCRYPTING ([\matrix-org#2095](matrix-org#2095)). * Fix http-api butchering idServer requests ([\matrix-org#2134](matrix-org#2134)). Fixes element-hq/element-web#20680. * Don't remove streams that still have tracks ([\matrix-org#2104](matrix-org#2104)).
Requires https://github.com/matrix-org/matrix-events-sdk
For matrix-org/matrix-react-sdk#7462
For element-hq/element-web#20405
MSC: matrix-org/matrix-spec-proposals#1767
This should be reviewable commit-by-commit.
Here's what your changelog entry will look like:
✨ Features