Display presence in RoomInfoBasicView

This commit is contained in:
aringenbach
2022-04-04 15:44:12 +02:00
parent 0df2ef5668
commit fb81076ca1
4 changed files with 82 additions and 28 deletions
@@ -27,4 +27,5 @@ struct RoomInfoBasicViewData {
let encryptionImage: UIImage?
let isEncrypted: Bool
let isDirect: Bool
let directUserPresence: MXPresence
}