Currently MatrixSdk class handles both session management and account-level operations. This makes it hard to test. We can split it up into MatrixSessionManager and MatrixSession for better testability.
Description
Description
Related Objects
Related Objects
- Mentioned In
- D286: Implement Single Sign On