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

Make threads use 'm.thread' relation #1980

Merged
merged 3 commits into from
Oct 15, 2021
Merged

Conversation

germain-gg
Copy link
Contributor

@germain-gg germain-gg commented Oct 14, 2021

Implementing the event format proposed in matrix-org/matrix-spec-proposals#3440

Related to element-hq/element-web#19388


Here's what your changelog entry will look like:

✨ Features

  • Make threads use 'm.thread' relation (#1980).

* allow computed values in enums
* https://github.com/microsoft/TypeScript/issues/27976
*/
Thread = "io.element.thread",
Copy link
Member

Choose a reason for hiding this comment

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

This may be a challenge later on when it does turn stable where existing threads will be "forgotten" by the client, but that should be fairly easy to overcome down the road.

@germain-gg germain-gg merged commit fc80082 into develop Oct 15, 2021
@germain-gg germain-gg deleted the gsouquet/threads-relations branch October 15, 2021 07:53
su-ex added a commit to SchildiChat/matrix-js-sdk that referenced this pull request Oct 25, 2021
* Use `ICallFeedOpts` in the `CallFeed` constructor. To construct a new `CallFeed` object you have to pass `ICallFeedOpts` e.g. `const callFeed = new CallFeed({client ([\matrix-org#1964](matrix-org#1964)). Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Make threads use 'm.thread' relation ([\matrix-org#1980](matrix-org#1980)).
* Try to answer a call without video if we can't access the camera  ([\matrix-org#1972](matrix-org#1972)). Fixes element-hq/element-web#17975 and element-hq/element-web#17975. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Make `opts` in `importRoomKeys()` optional ([\matrix-org#1974](matrix-org#1974)). Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Enable TypeScript declaration maps ([\matrix-org#1966](matrix-org#1966)). Contributed by [Alexendoo](https://github.com/Alexendoo).
* Fix `requestVerificationDM` with chronological `pendingEventOrdering` ([\matrix-org#1943](matrix-org#1943)). Contributed by [freaktechnik](https://github.com/freaktechnik).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants