Merge develop into feature/fga/some_room_related_fixes
This commit is contained in:
+4
@@ -69,6 +69,10 @@ interface MatrixRoom : Closeable {
|
||||
suspend fun redactEvent(eventId: EventId, reason: String? = null): Result<Unit>
|
||||
|
||||
suspend fun leave(): Result<Unit>
|
||||
|
||||
suspend fun acceptInvitation(): Result<Unit>
|
||||
|
||||
suspend fun rejectInvitation(): Result<Unit>
|
||||
}
|
||||
|
||||
fun MatrixRoom.getMemberFlow(userId: UserId): Flow<RoomMember?> {
|
||||
|
||||
Reference in New Issue
Block a user