matrix-react-sdk
matrix-react-sdk copied to clipboard
Matrix SDK for React Javascript
rather than as incoherent gunks of HTML and text, which ends up including avatars and RRs and context menus and all sorts. It's debatable as to whether this is the...
and add a playwright test for new pre-join UTD The playwright test depends on the docker image for Synapse to include https://github.com/element-hq/synapse/pull/17104 ## Checklist - [ ] Tests written for...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@testing-library/dom](https://togithub.com/testing-library/dom-testing-library) | [`^9.0.0` -> `^10.0.0`](https://renovatebot.com/diffs/npm/@testing-library%2fdom/9.3.4/10.4.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
Fixes https://github.com/element-hq/element-web/issues/27427 In a 1:1 private conversation with another person, when receiving a call, the avatar icon is stretch : As it is:  As it should be:  The...
This adds a BigBlueButton call option to element web. Requirements: - enable feature flag: `feature_big_blue_button_calls` - add configuration for: ``` big_blue_button?: { // should look like this: "https://some-bbb-domain.com/widget?device_id=$org.matrix.msc3819.matrix_device_id&room_id=$matrix_room_id&display_name=$matrix_display_name&baseUrl=$org.matrix.msc4039.matrix_base_url&userId=$matrix_user_id", widget_url: string;...
Separated by a colon, as per the new design. This makes UserSettings and RoomSettings start to diverge, but that's intentional for now. Based on https://github.com/matrix-org/matrix-react-sdk/pull/12480 ## Checklist - [ ]...
## 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...
## Checklist - [ ] Tests written for new code (and old code if feasible). - [ ] New or updated `public`/`exported` symbols have accurate [TSDoc](https://tsdoc.org/) documentation. - [ ]...
## 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...