mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Add canInvitePeople parameter to room discussion type
This commit is contained in:
@@ -19,7 +19,7 @@ import Foundation
|
||||
enum DiscussionType {
|
||||
case directMessage
|
||||
case multipleDirectMessage
|
||||
case room(topic: String?)
|
||||
case room(topic: String?, canInvitePeople: Bool)
|
||||
}
|
||||
|
||||
struct RoomCreationIntroViewData {
|
||||
|
||||
Reference in New Issue
Block a user