Revamp refreshProfiles as setRoomState

This commit is contained in:
Arnaud Ringenbach
2022-03-03 11:19:09 +01:00
committed by aringenbach
parent 4530b61df3
commit 1ab4922d8d
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];
}
}
}