Some clean up on room details
This commit is contained in:
+1
-1
@@ -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>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user