Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.113.0rc1 v1.113.0rc1 github/release-v1.113 release-v1.113 | Andrew Morgan | 2024-08-06 | 1 | -1/+0 |
| | |||||
* | SS: Reset connection if token is unrecognized (#17529) | Erik Johnston | 2024-08-06 | 1 | -0/+1 |
This triggers the client to start a new sliding sync connection. If we don't do this and the client asks for the full range of rooms, we end up sending down all rooms and their state from scratch (which can be very slow) This causes things like https://github.com/element-hq/element-x-ios/issues/3115 after we restart the server --------- Co-authored-by: Eric Eastwood <eric.eastwood@beta.gouv.fr> |