mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-04 06:58:20 +02:00
MESSENGER-4390 fix private room sharing
This commit is contained in:
@@ -98,7 +98,7 @@ final class RoomInfoListViewModel: NSObject, RoomInfoListViewModelType {
|
||||
}
|
||||
|
||||
func isInviteOnlyRoom() -> Bool {
|
||||
return room.summary.membership == .invite
|
||||
return room.summary.joinRule == MXRoomJoinRule.invite.identifier
|
||||
}
|
||||
|
||||
func isPermalinkableRoom() -> Bool {
|
||||
|
||||
Reference in New Issue
Block a user