Fix story thumbs in expanded profile

This commit is contained in:
Ilya Laktyushin 2024-06-12 20:16:42 +04:00
parent 1b1846dc63
commit 856e1e70b2

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,