mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Display presence indicator on home & DM list
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
*/
|
||||
|
||||
#import "MatrixKit.h"
|
||||
#import "PresenceIndicatorView.h"
|
||||
|
||||
@class BadgeLabel;
|
||||
|
||||
@@ -38,6 +39,7 @@
|
||||
|
||||
@property (weak, nonatomic) IBOutlet MXKImageView *roomAvatar;
|
||||
@property (weak, nonatomic) IBOutlet UIImageView *encryptedRoomIcon;
|
||||
@property (weak, nonatomic) IBOutlet PresenceIndicatorView *presenceIndicatorView;
|
||||
|
||||
@property (weak, nonatomic) IBOutlet BadgeLabel *badgeLabel;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user