Ensure we are always using conversationId for story actions
This commit is contained in:
parent
68adb736d3
commit
37f9346f57
3 changed files with 12 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue