matrix-react-sdk
matrix-react-sdk copied to clipboard
Matrix SDK for React Javascript
--- Here's what your changelog entry will look like: ## ✨ Features * Read receipts accessibility ([\#6288](https://github.com/matrix-org/matrix-react-sdk/pull/6288)). Contributed by @pvagner.
Add a hidden username input field that has a field to differentiate between password and passphrase autofill as explained in this issue https://github.com/vector-im/element-web/issues/16484 Signed-off-by: Chagai Friedlander [email protected] --- Here's what...
Removed some unused variables (mostly private ones) and changed the types accordingly to `strictNullCheck` in tsconfig. Please don't mind failing eslint so far, we need to figure this out slightly...
Type: enhancement See https://github.com/matrix-org/matrix-doc/pull/2881/ Ideally, m.relates_to needs to be an array for multiple attachments to work, and to implement file/image replies properly, but that would require way more changes (including...
Before:  After:  Better showcase:  I hope I tested all event line cases: - Bubbles (not touched, like calls or special events) - Images - Videos - Replies...
Fixes https://github.com/vector-im/element-web/issues/20334 Fixes https://github.com/vector-im/element-web/issues/7874 Fixes https://github.com/vector-im/element-web/issues/7014 Implementation of MSC2781 https://github.com/matrix-org/matrix-doc/pull/2781 --- This change is marked as an *internal change* (Task), so will not be included in the changelog. Preview: https://616fbd209150a3addcee4a49--matrix-react-sdk.netlify.app...
Fixes https://github.com/vector-im/element-web/issues/10534 (assuming references to *room* avatars shouldn't be changed) --- Here's what your changelog entry will look like: ## ✨ Features * Change wording from avatar to profile picture...
I am trying to fix https://github.com/vector-im/element-desktop/issues/688 and came up with the following: https://github.com/ReneHollander/matrix-react-sdk/commit/a6caf946c960c159be740f0039e0d836bf4bb85b This approach is less then ideal as there being no key in the Keyring (e.g the user...
**Description** This PR adds a sanitizer that enables use of dataURLs for svg Blobs. Right now all files with the MIME-type `image/svg+xml `are getting converted to a `application/octet-stream`, which breaks...
This is a draft (i.e. I haven't finished it, yet), but I wanted to let you know that I'm working on it so that we can potentially avoid conflicts. This...