mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Merge pull request #6145 from vector-im/aringenbach/6144_presence_home_dm_refresh
Presence: fix live updates on Home & DM list
This commit is contained in:
@@ -93,6 +93,11 @@
|
||||
return roomSummary.avatar;
|
||||
}
|
||||
|
||||
- (NSString *)directUserId
|
||||
{
|
||||
return self.roomSummary.directUserId;
|
||||
}
|
||||
|
||||
- (MXPresence)presence
|
||||
{
|
||||
if (self.roomSummary.isDirect)
|
||||
|
||||
@@ -44,6 +44,7 @@
|
||||
@property (nonatomic, readonly) NSString *roomIdentifier;
|
||||
@property (nonatomic, readonly) NSString *roomDisplayname;
|
||||
@property (nonatomic, readonly) NSString *avatarUrl;
|
||||
@property (nonatomic, readonly) NSString *directUserId;
|
||||
@property (nonatomic, readonly) MXPresence presence;
|
||||
@property (nonatomic, readonly) NSString *lastEventTextMessage;
|
||||
@property (nonatomic, readonly) NSString *lastEventDate;
|
||||
|
||||
Reference in New Issue
Block a user