mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
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)
|
||||
|
||||
Reference in New Issue
Block a user