Some clean up on room details

This commit is contained in:
ganfra 2023-04-12 12:22:13 +02:00
parent 7a247e1c29
commit 281f90e148
7 changed files with 37 additions and 71 deletions

View file

@ -56,5 +56,5 @@ interface MatrixRoom: Closeable {
suspend fun redactEvent(eventId: EventId, reason: String? = null): Result<Unit>
fun leave(): Result<Unit>
suspend fun leave(): Result<Unit>
}