element-x-ada/libraries/matrix/impl
Jorge Martin Espinosa 2c8b0d0b95
Make sure to save the tokens the Client might return when its session is restored (#3378)
* Use `ClientSessionDelegate` to ensure tokens are always updated.

Refreshed tokens on client restoration might not have been stored to disk if the token refresh happened before `RustMatrixClient` was built and the `ClientDelegate` was set in it.

Using `ClientSessionDelegate` should ensure the tokens refreshed callback is called at any point in time.

* Improve how assigning the Client works, fix docs

* Fix review comments
2024-09-04 10:54:31 +02:00
..
src Make sure to save the tokens the Client might return when its session is restored (#3378) 2024-09-04 10:54:31 +02:00
build.gradle.kts Add simplified sliding sync toggle to developer options 2024-07-19 14:46:42 +02:00