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

Matrix SDK for React Javascript

Results 282 matrix-react-sdk issues
Sort by recently updated
recently updated
newest added

Signed-off-by: Timo K ## Checklist - [ ] Tests written for new code (and old code if feasible). - [ ] New or updated `public`/`exported` symbols have accurate [TSDoc](https://tsdoc.org/) documentation....

T-Enhancement

Fixes https://github.com/element-hq/element-integration-manager/issues/116 The scalar token can arrive async after we've rendered a widget, which means we may need to change the URL of the app tile after this has happened....

T-Defect

Fixes https://github.com/element-hq/element-web/issues/25123. Extracted from #12189. Allows to use the keyboard to navigate to messages: ![message-navigation](https://github.com/Automattic/matrix-react-sdk/assets/203408/9a857112-790d-4283-9797-5527144cf1ff) ## Checklist - [ ] Tests written for new code (and old code if feasible)...

Z-Community-PR
T-Enhancement

* Add Setting "Space.showIndirectRoomsInSpace" (#418) * Changed SpaceFilterCondition and its tests to comply with new setting * Changed SpaceStore to watch new setting and if updated emit event SpaceFilterCondition already...

Z-Community-PR

This is currently a simple implementation which overrides the config value of `enable_presence_by_hs_url` with the response given looking at /capabilities `m.presence`. https://github.com/matrix-org/matrix-doc/pull/1862

## Checklist - [x] Tests written for new code (and old code if feasible). - [ ] New or updated `public`/`exported` symbols have accurate [TSDoc](https://tsdoc.org/) documentation. - [x] Linter and...

T-Defect

Fixes https://github.com/element-hq/element-web/issues/27194 ## Checklist - [ ] Tests written for new code (and old code if feasible). - [ ] New or updated `public`/`exported` symbols have accurate [TSDoc](https://tsdoc.org/) documentation. -...

T-Defect

And remove all of the advanced encryption settings section, since that was the only setting in there. fixes https://github.com/element-hq/element-web/issues/27613 ## Checklist - [ ] Tests written for new code (and...

T-Task

## Checklist - [x] Tests written for new code (and old code if feasible). - [ ] New or updated `public`/`exported` symbols have accurate [TSDoc](https://tsdoc.org/) documentation. - [x] Linter and...

T-Enhancement

Requires https://github.com/matrix-org/matrix-js-sdk/pull/4246 Based on https://github.com/matrix-org/matrix-react-sdk/pull/12650 New version of https://github.com/matrix-org/matrix-react-sdk/pull/12634 split out from compound updates. ## Checklist - [ ] Tests written for new code (and old code if feasible). -...

T-Enhancement