Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-08-08 | Replace deprecated `HTTPAdapter.get_connection` method with ↵ | Andrew Morgan | 2 | -7/+19 | |
`get_connection_with_tls_context` (#17536) | |||||
2024-08-08 | SSS: Implement PREVIOUSLY room tracking (#17535) | Erik Johnston | 3 | -88/+53 | |
Implement tracking of rooms that have had updates that have not been sent down to clients. Simplified Sliding Sync (SSS) | |||||
2024-08-07 | Fix test description |