Remove Room.clearEventCacheStorage since it's not supported by the SDK anymore

This commit is contained in:
Jorge Martín
2026-06-18 14:10:00 +02:00
committed by Jorge Martin Espinosa
parent f62030ac5b
commit b38b5a924f
9 changed files with 0 additions and 80 deletions
@@ -200,12 +200,6 @@ class RustBaseRoom(
}
}
override suspend fun clearEventCacheStorage(): Result<Unit> = withContext(roomDispatcher) {
runCatchingExceptions {
innerRoom.clearEventCacheStorage()
}
}
override suspend fun setIsFavorite(isFavorite: Boolean): Result<Unit> = withContext(roomDispatcher) {
runCatchingExceptions {
innerRoom.setIsFavourite(isFavorite, null)