Will Hunt
Will Hunt
## Checklist - [ ] Tests written for new code (and old code if feasible). - [ ] New or updated `public`/`exported` symbols have accurate [TSDoc](https://tsdoc.org/) documentation. - [ ]...
This allows unsupporting clients to be aware when a call is started, and additionally allows passing in a guest URL when the caller's infrastructure provides one. ## Checklist - [...
Based on https://github.com/matrix-org/matrix-js-sdk/pull/5017#discussion_r2425707918 ## Checklist - [ ] Tests written for new code (and old code if feasible). - [ ] New or updated `public`/`exported` symbols have accurate [TSDoc](https://tsdoc.org/) documentation....
https://github.com/matrix-org/matrix-js-sdk/blob/develop/src/version-support.ts#L26 could probably be updated to a newer version. We need to check for compatibility to progress this though.
Refactoring the room status bar into a nicer hook component, and going the whole way with a view model. This work will be used to eventually start rendering safety errors...
### Your use case Currently we let users place an Element Call as long as they [can create room state for call membership](https://github.com/vector-im/riot-web/blob/f3a880f1c31388eb79491fee7f70bde642fd5bf0/src/hooks/room/useRoomCall.tsx#L136-L139), but this vastly insufficient. Element Call needs...
### Steps to reproduce (Reporting on behalf of @benparsons) 1. A call is started in the room, you are already viewing this room. 2. You see a toast to say...
(Assigned myself as a task, but if the maintainer or someone else has time feel free to steal it) ### Your use case To continue to bring us in line...
Fix for #31452 's complexity issues The intention here it to split up some of readRoomTimeline such that it has less overall complexity. I love a good generator function for...
Small visual change to ensure we have the correct icon for the call type in progress.