Some clean up on room details
This commit is contained in:
parent
7a247e1c29
commit
281f90e148
7 changed files with 37 additions and 71 deletions
|
|
@ -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>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue