element-hq / element-hq/element-web
Handle MSC3952-style mentions with the WYSIWYG editor
Open
A-Notifications
T-Enhancement
Z-GetYourUpdates
- Dominant language
- TypeScript
- Stars
- 13.5k
- Forks
- 2.8k
- PR merge metrics
- PR metrics pending
Description
As part of #24377 initial support for [MSC3952](https://github.com/matrix-org/matrix-spec-proposals/pull/3952) was implemented in https://github.com/matrix-org/matrix-react-sdk/pull/9983. This did *not* include support for the WYSIWYG editor (only the current editor) since that's currently undergoing significant work.
Generally this should be handled near where we attach relations, [see here](https://github.com/matrix-org/matrix-react-sdk/blob/e19127f8ad6c9aaf161c3bdc68b7efba7b9e2383/src/components/views/rooms/wysiwyg_composer/utils/createMessageContent.ts#L128).
Contributor guide
Assessment
This issue has not been assessed yet.