Disabled story replies when no longer a member of the group
This commit is contained in:
parent
c7a6dee81a
commit
7483fe9f82
7 changed files with 42 additions and 12 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue