matrix-react-sdk
matrix-react-sdk copied to clipboard
Matrix SDK for React Javascript
Fixes https://github.com/vector-im/element-web/issues/16836 This PR makes it so that the rooms that were set as `Low priority` and `Mentions & Keywords` won't cause a space to have a white dot indicating...
Jitsi call needs to be ended when member is banned. Currently if user A bans user B, then A don't see B in the call anymore, but B stays in...
This PR should introduce a client for the trafficlight server. Nothing should run this code by default in any test automation. Trafficlight is designed to coordinate and script multiple clients...
Requirements as taken from https://github.com/matrix-org/matrix-spec-proposals/pull/3824: - [x] ~~support the `m.login.sso` auth flow~~ already supported - [x] where a `delegated_oidc_compatibility` value of `true` is present on an `m.login.sso` then only offer...
## Checklist * [ ] Tests written for new code (and old code if feasible) * [ ] Linter and other CI checks pass * [ ] Sign-off given on...
Should fix https://github.com/vector-im/element-web/issues/23014 With only a 5ms buffer previously it was possible for Jest to get overwhelmed with the 1500 tests it needs to run. We raise this to 20ms...
Reduces the volume of the sounds to be roughly at the same level of system sounds, thereby reduced by 11db The files are either .mp3 or .ogg according to github,...
Requires https://github.com/matrix-org/matrix-js-sdk/pull/2242 Making PR mostly so it gets deployed onto Netlify. This implements MSC3575 and requires the JS SDK branch of the same name. Massive WIP. I expect Cypress E2E...
This is a reintroduction of the changes from #2896. Previously this change was rejected because in the absence of a pill, it would be impossible to tell if a message...
Type: Task Fixes: https://github.com/vector-im/element-web/issues/22846 --- This change is marked as an *internal change* (Task), so will not be included in the changelog.