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
-5
@@ -157,11 +157,6 @@ interface BaseRoom : Closeable {
|
||||
*/
|
||||
suspend fun setUnreadFlag(isUnread: Boolean): Result<Unit>
|
||||
|
||||
/**
|
||||
* Clear the event cache storage for the current room.
|
||||
*/
|
||||
suspend fun clearEventCacheStorage(): Result<Unit>
|
||||
|
||||
/**
|
||||
* Get the permalink for the room.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user