Remove Room.clearEventCacheStorage since it's not supported by the SDK anymore
This commit is contained in:
committed by
Jorge Martin Espinosa
parent
f62030ac5b
commit
b38b5a924f
-6
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user