matrix-react-sdk
matrix-react-sdk copied to clipboard
Matrix SDK for React Javascript
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....
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....
Fixes https://github.com/element-hq/element-web/issues/25123. Extracted from #12189. Allows to use the keyboard to navigate to messages:  ## Checklist - [ ] Tests written for new code (and old code if feasible)...
* 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...
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...
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. -...
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...
## 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...
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). -...