Skip to content

Commit

Permalink
Use renamed unimportantUserIDs property.
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave committed Aug 2, 2021
1 parent eb74dcf commit eb5b4a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Riot/Utils/EventFormatter.m
Original file line number Diff line number Diff line change
Expand Up @@ -459,11 +459,11 @@ - (BOOL)session:(MXSession *)session updateRoomSummary:(MXRoomSummary *)summary
MXLogDebug(@"[EventFormatter] Computing the room name and avatar excluding functional members.")

NSArray<NSString*> *serviceMemberIDs = functionalMembersEvent.content[FunctionalMembersServiceMembersKey] ?: @[];
defaultRoomSummaryUpdater.excludedUserIDs = serviceMemberIDs;
defaultRoomSummaryUpdater.unimportantUserIDs = serviceMemberIDs;
}
else
{
defaultRoomSummaryUpdater.excludedUserIDs = @[];
defaultRoomSummaryUpdater.unimportantUserIDs = @[];
}
}

Expand Down

0 comments on commit eb5b4a6

Please sign in to comment.