matrix-react-sdk icon indicating copy to clipboard operation
matrix-react-sdk copied to clipboard

Support rendering of extensible events v2

Open turt2live opened this issue 2 years ago • 0 comments

Requires https://github.com/matrix-org/matrix-js-sdk/pull/3067

See https://github.com/matrix-org/matrix-js-sdk/pull/3067 for details.

This looks and acts horribly broken because, well, it is:

image

Known issues:

  • Messages look like that
  • Sending a message causes a tile crash
  • These events cannot be reacted to, replied to, made a thread from, etc
  • etc

None of these issues are fixed in this PR, deliberately. The whole feature is gated by a room version, which means you also get this lovely warning at the top of the room you can't get rid of: image

This should be enough to consider the room version similar to a labs flag, thus making the bugs expected/reasonable.


Here's what your changelog entry will look like:

✨ Features

  • Support rendering of extensible events v2 (#9915).

turt2live avatar Jan 13 '23 23:01 turt2live