Revamp refreshProfiles as setRoomState

This commit is contained in:
Arnaud Ringenbach
2022-03-03 11:19:09 +01:00
committed by aringenbach
parent 4eafe7fd9a
commit 1f59ed74e7
3 changed files with 12 additions and 9 deletions
@@ -4341,7 +4341,7 @@ typedef NS_ENUM (NSUInteger, MXKRoomDataSourceError) {
@synchronized (bubbles) {
for (id<MXKRoomBubbleCellDataStoring> bubble in bubbles)
{
[bubble refreshProfile];
[bubble setRoomState:self.roomState];
}
}
}