Andrew Ferrazzutti
Andrew Ferrazzutti
### Steps to reproduce 1. Set up an Element Web to allow guest links 2. Create a public room & start a video call in it 3. Copy the guest...
See: [MSC4140](https://github.com/matrix-org/matrix-spec-proposals/pull/4140) ### Pull Request Checklist * [x] Pull request is based on the develop branch * [x] Pull request includes a [changelog file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog). The entry should: - Be a...
The minimum supported version of SQLite3 at the time of writing is 3.34 (since that's what's in Debian oldstable right now), which doesn't support the `RETURNING` clause in `INSERT`/`UPDATE`/`DELETE` queries....
[Link to the MSC](https://github.com/matrix-org/matrix-spec-proposals/pull/3757) ### Pull Request Checklist * [x] Pull request is based on the develop branch * [x] Pull request includes a [changelog file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog). The entry should: -...
**Bug Report** `--enable-error-code possibly-undefined` does not detect when a local variable is conditionally set by a `for` loop. **To Reproduce** https://gist.github.com/mypy-play/25a51361be6d697e25b32587e4cba351 https://mypy-play.net/?mypy=latest&python=3.11&gist=25a51361be6d697e25b32587e4cba351 **Expected Behavior** If a variable is set by...
When receiving a state change that says you are no longer a member of a RTC session that you are actually still participating in, send another state event to put...
## Checklist - [ ] Tests written for new code (and old code if feasible). - [ ] New or updated `public`/`exported` symbols have accurate [TSDoc](https://tsdoc.org/) documentation. - [ ]...
When a user sends a state event, do not cancel their own delayed events for the same piece of state. For context, see [the relevant section in the MSC](https://github.com/matrix-org/matrix-spec-proposals/blob/a09a883d9a013ac4b6ffddebd7ea87a827d211b9/proposals/4140-delayed-events-futures.md#delayed-state-events-are-cancelled-by-a-more-recent-state-event). ###...
which is part of the response to /_matrix/client/versions ### Pull Request Checklist * [x] Pull request is based on the develop branch * [x] Pull request includes a [changelog file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog)....
### Steps to reproduce 1. Go to Settings -> Account 2. Click "Sign out" ### Outcome #### What did you expect? I should have arrived at the login page. ####...