Only show message/reaction sent toast for 1:1 replies
This commit is contained in:
parent
981bbf1a3f
commit
1aa7d4cadb
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue