mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Disabled story replies when no longer a member of the group
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user