Merge pull request #5306 from element-hq/feature/bma/removeDeadCode

Remove dead code
This commit is contained in:
Benoit Marty 2025-09-18 18:11:06 +02:00 committed by GitHub
commit e980936162
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 1 additions and 44 deletions

View file

@ -156,11 +156,6 @@ interface MatrixClient {
*/
suspend fun currentSlidingSyncVersion(): Result<SlidingSyncVersion>
/**
* Returns the available sliding sync versions for the current user.
*/
suspend fun availableSlidingSyncVersions(): Result<List<SlidingSyncVersion>>
fun canDeactivateAccount(): Boolean
suspend fun deactivateAccount(password: String, eraseData: Boolean): Result<Unit>