Presence: fix live updates on Home & DM list

This commit is contained in:
aringenbach
2022-05-11 15:05:56 +02:00
parent e23abd8811
commit ab40964429
5 changed files with 76 additions and 9 deletions
@@ -93,6 +93,11 @@
return roomSummary.avatar;
}
- (NSString *)directUserId
{
return self.roomSummary.directUserId;
}
- (MXPresence)presence
{
if (self.roomSummary.isDirect)