Display presence in RoomInfoBasicView

This commit is contained in:
aringenbach
2022-04-04 15:44:12 +02:00
parent a3379ea59f
commit f776b335ef
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
}