matrix-react-sdk
matrix-react-sdk copied to clipboard
Matrix SDK for React Javascript
**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:  Known issues: * Messages look like that * Sending a message causes a...
This PR is an example of how https://github.com/vector-im/element-web/issues/23810 issue could be fixed. I am not adding tests for the purpose of seeing if this might gain tracking in the community...
Adds a new panel the right menu that, akin to "Files", shows all messages in the room containing at least one URL. This would help users find previously posted URLs...
Problem solved by this PR : When no map-server is configured (either in wellknown or in SdkConfig), no location sharing is possible. Expected : the "Location" button in MessageComposer is...
This strips EXIF metadata from uploaded JPEGs by default, thus avoiding privacy sensitive metadata such as GPS and timestamps being leaked over Matrix. Fixes https://github.com/vector-im/riot-web/issues/4426
Replace strings with Membership type from [this PR](https://github.com/matrix-org/matrix-js-sdk/pull/2723) Signed-off-by: Stanislav Demydiuk [[email protected]](mailto:[email protected]) ## Checklist * [x] Tests written for new code (and old code if feasible) - Not applicable *...
fixed this issue https://github.com/vector-im/element-web/issues/21545 Arya Bhosale --- Here's what your changelog entry will look like: ## 🐛 Bug Fixes * made signin appear on the login page and fixed the...
 There's definitely room for improvement to make the layout more readable, but I hope this should be a good enough start for design to...
--- This PR currently has no changelog labels, so will not be included in changelogs. A reviewer can add one of: `T-Deprecation`, `T-Enhancement`, `T-Defect`, `T-Task` to indicate what type of...
# This PR is mostly a placeholder for now Type: enhancement --- Here's what your changelog entry will look like: ## ✨ Features * Add customizable keyboard shortcuts ([\#8040](https://github.com/matrix-org/matrix-react-sdk/pull/8040)). Contributed...