matrix-react-sdk
matrix-react-sdk copied to clipboard
Matrix SDK for React Javascript
Users may have their account temporarily suspended from a homeserver, e.g. due to ToS violations. This prevents them from sending new messages but not from reading messages or redacting their...
 This is just backend for implementation in element-web. Implemented in: https://github.com/vector-im/element-web/pull/21712 Feature request: https://github.com/vector-im/element-web/issues/21687 ### **Notes:** - Added Buttons as well as EN and DE localization for jitsi audio...
Fixes https://github.com/vector-im/element-web/issues/19409 This unleashes user creativity and allows them to react in whatever shape or form they desire. Free-form reactions don't get stored in the "Recently Used" list since they...
Currently, the rainbow command output a series of `` elements. This HTML element has been depreciated in HTML4.01, and is obsolete in HTML5. This PR changes this to `` instead....
My original goal was just to solve https://github.com/vector-im/element-web/issues/9582 by updating the label color to whatever our design system says it should be, but I then noticed that [the design specifications...
This PR partly implements the features described here: https://github.com/vector-im/element-web/issues/9723 What is NOT implemented as in the above issue: - Timestamps on hover - Moderator functionalities Here's a few screenshots: ![Screenshot...
Many messaging services such as Slack and Discord allow for custom images for reacts, rather than only standard emoji. Currently Element will only show the plain text of the reaction...
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...
This is the new design, I guess you can just change the default colors (maybe to make it invisible?) if you don't like it, but it will be nice to...
See https://github.com/vector-im/element-desktop/pull/136 for details Signed-off-by: Sergey Shpikin --- Part of https://github.com/vector-im/element-web/issues/15017 Related to https://github.com/vector-im/element-desktop/pull/136 Related to https://github.com/vector-im/element-web/pull/15015 --- Here's what your changelog entry will look like: ## ✨ Features *...