Display presence indicator on home & DM list

This commit is contained in:
aringenbach
2022-03-30 11:32:23 +02:00
parent a169c18cf1
commit f084689434
8 changed files with 141 additions and 5 deletions
@@ -15,6 +15,7 @@
*/
#import "MatrixKit.h"
#import "PresenceIndicatorView.h"
/**
`RecentTableViewCell` instances display a room in the context of the recents list.
@@ -24,6 +25,7 @@
@property (weak, nonatomic) IBOutlet UIView *missedNotifAndUnreadIndicator;
@property (weak, nonatomic) IBOutlet MXKImageView *roomAvatar;
@property (weak, nonatomic) IBOutlet UIImageView *encryptedRoomIcon;
@property (weak, nonatomic) IBOutlet PresenceIndicatorView *presenceIndicatorView;
@property (weak, nonatomic) IBOutlet UILabel *missedNotifAndUnreadBadgeLabel;
@property (weak, nonatomic) IBOutlet UIView *missedNotifAndUnreadBadgeBgView;