mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Only show message/reaction sent toast for 1:1 replies
This commit is contained in:
@@ -756,16 +756,16 @@ export const StoryViewer = ({
|
||||
onReactToStory(emoji, story);
|
||||
if (!isGroupStory) {
|
||||
setHasStoryViewsNRepliesModal(false);
|
||||
showToast(ToastType.StoryReact);
|
||||
}
|
||||
setReactionEmoji(emoji);
|
||||
showToast(ToastType.StoryReact);
|
||||
}}
|
||||
onReply={(message, mentions, replyTimestamp) => {
|
||||
if (!isGroupStory) {
|
||||
setHasStoryViewsNRepliesModal(false);
|
||||
showToast(ToastType.StoryReply);
|
||||
}
|
||||
onReplyToStory(message, mentions, replyTimestamp, story);
|
||||
showToast(ToastType.StoryReply);
|
||||
}}
|
||||
onSetSkinTone={onSetSkinTone}
|
||||
onTextTooLong={onTextTooLong}
|
||||
|
||||
Reference in New Issue
Block a user