Ensure we are always using conversationId for story actions

This commit is contained in:
Josh Perez 2022-07-28 15:33:07 -04:00 committed by GitHub
parent 68adb736d3
commit 37f9346f57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 5 deletions

View file

@ -163,6 +163,7 @@ export const StoriesPane = ({
>
{renderedStories.map(story => (
<StoryListItem
conversationId={story.conversationId}
group={story.group}
i18n={i18n}
key={story.storyView.timestamp}
@ -190,6 +191,7 @@ export const StoriesPane = ({
{isShowingHiddenStories &&
hiddenStories.map(story => (
<StoryListItem
conversationId={story.conversationId}
key={story.storyView.timestamp}
i18n={i18n}
isHidden