Merge commit '856e1e70b23acfd8a8eab627903490cf91b91091'

This commit is contained in:
Isaac 2024-06-12 23:04:35 +04:00
commit 8df43bb775

View File

@ -1520,7 +1520,7 @@ public final class PeerInfoAvatarListContainerNode: ASDisplayNode {
context: self.context,
strings: self.context.sharedContext.currentPresentationData.with({ $0 }).strings,
items: storyParams.items.map { StorySetIndicatorComponent.Item(storyItem: $0, peer: storyParams.peer) },
displayAvatars: true,
displayAvatars: false,
hasUnseen: storyParams.hasUnseen,
hasUnseenPrivate: storyParams.hasUnseenPrivate,
totalCount: storyParams.count,