Disabled story replies when no longer a member of the group

This commit is contained in:
Alvaro 2022-10-14 08:03:37 -06:00 committed by GitHub
parent c7a6dee81a
commit 7483fe9f82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 42 additions and 12 deletions

View file

@ -62,6 +62,7 @@ export type PropsType = {
| 'sharedGroupNames'
| 'sortedGroupMembers'
| 'title'
| 'left'
>;
hasActiveCall?: boolean;
hasAllStoriesMuted: boolean;
@ -791,7 +792,7 @@ export const StoryViewer = ({
hasReadReceiptSetting={hasReadReceiptSetting}
hasViewsCapability={isSent}
i18n={i18n}
isGroupStory={isGroupStory}
group={group}
onClose={() => setCurrentViewTarget(null)}
onReact={emoji => {
onReactToStory(emoji, story);