Show group replies icon for stories with replies
This commit is contained in:
parent
ba55285c74
commit
471a9e2e98
13 changed files with 170 additions and 136 deletions
|
@ -179,6 +179,8 @@ export const StoriesPane = ({
|
|||
conversationId={story.conversationId}
|
||||
group={story.group}
|
||||
getPreferredBadge={getPreferredBadge}
|
||||
hasReplies={story.hasReplies}
|
||||
hasRepliesFromSelf={story.hasRepliesFromSelf}
|
||||
i18n={i18n}
|
||||
key={story.storyView.timestamp}
|
||||
onHideStory={toggleHideStories}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue