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

UI for verifiable forwarded events

Open tulir opened this issue 5 years ago • 0 comments

This implements the client side of MSC2730: sending forwards with the new endpoint and rendering validated forwards properly.

For sending forwards, the old forward button is replaced. The rendering is currently a very basic reply-like rendering, but it should probably be more distinct based on the designs in vector-im/element-web#14690. I might implement the better designs in this PR or a future one.

MSC: matrix-org/matrix-doc#2730 Synapse PR: matrix-org/synapse#8078 matrix-js-sdk PR: matrix-org/matrix-js-sdk#1439

Signed-off-by: Tulir Asokan <[email protected]>


Here's what your changelog entry will look like:

✨ Features

  • UI for verifiable forwarded events (#5117). Contributed by @tulir.

tulir avatar Aug 14 '20 16:08 tulir