Setup a dedicated listener owned by PresenceIndicatorView

This commit is contained in:
aringenbach
2022-05-12 10:55:00 +02:00
parent 648543bc0a
commit 5691c5669e
9 changed files with 182 additions and 178 deletions
@@ -27,5 +27,6 @@ struct RoomInfoBasicViewData {
let encryptionImage: UIImage?
let isEncrypted: Bool
let isDirect: Bool
let directUserId: String?
let directUserPresence: MXPresence
}