Hide or disable search in the encrypted rooms

This commit is contained in:
yostyle
2022-05-02 22:30:39 +02:00
parent 5224a56ec7
commit 5a4798be8e
4 changed files with 9 additions and 1 deletions
@@ -21,5 +21,7 @@ import Foundation
/// View data object to represent view
struct RoomInfoListViewData {
let numberOfMembers: Int
let isEncrypted: Bool
let isDirect: Bool
let basicInfoViewData: RoomInfoBasicViewData
}