Rename profile as userAvatarAndName

This commit is contained in:
Arnaud Ringenbach
2022-03-04 15:48:59 +01:00
committed by aringenbach
parent fb95e6fd78
commit cfeae5bc64
8 changed files with 30 additions and 24 deletions
@@ -4332,11 +4332,11 @@ typedef NS_ENUM (NSUInteger, MXKRoomDataSourceError) {
/**
Refreshes the avatars and display names if needed. This has no effect
if `roomScreenUseOnlyLatestProfiles` is disabled.
if `roomScreenUseOnlyLatestUserAvatarAndName` is disabled.
*/
- (void)refreshProfilesIfNeeded
{
if (RiotSettings.shared.roomScreenUseOnlyLatestProfiles)
if (RiotSettings.shared.roomScreenUseOnlyLatestUserAvatarAndName)
{
@synchronized (bubbles) {
for (id<MXKRoomBubbleCellDataStoring> bubble in bubbles)