mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 20:56:57 +02:00
Add canInvitePeople parameter to room discussion type
This commit is contained in:
@@ -186,7 +186,7 @@ class RoomCreationIntroCell: MXKRoomBubbleTableViewCell {
|
||||
discussionType = .multipleDirectMessage
|
||||
}
|
||||
} else {
|
||||
discussionType = .room(topic: roomSummary.topic)
|
||||
discussionType = .room(topic: roomSummary.topic, canInvitePeople: bubbleData.canInvitePeople)
|
||||
}
|
||||
|
||||
let displayName = roomSummary.displayname ?? ""
|
||||
|
||||
Reference in New Issue
Block a user