Add clear cache action in the developer settings (#643)

This commit is contained in:
Benoit Marty
2023-06-20 12:52:20 +02:00
committed by Benoit Marty
parent 9829daa70e
commit f014f0a3ae
13 changed files with 172 additions and 6 deletions
@@ -50,6 +50,7 @@ interface MatrixClient : Closeable {
fun sessionVerificationService(): SessionVerificationService
fun pushersService(): PushersService
fun notificationService(): NotificationService
suspend fun clearCache()
suspend fun logout()
suspend fun loadUserDisplayName(): Result<String>
suspend fun loadUserAvatarURLString(): Result<String?>