Fixes story viewing behavior
This commit is contained in:
parent
c4b6eebcd6
commit
3e644f45cf
26 changed files with 960 additions and 939 deletions
|
@ -483,7 +483,7 @@ export const getPropsForStoryReplyContext = createSelectorCreator(
|
|||
rawAttachment: storyReplyContext.attachment
|
||||
? processQuoteAttachment(storyReplyContext.attachment)
|
||||
: undefined,
|
||||
referencedMessageNotFound: !storyReplyContext.messageId,
|
||||
storyId: storyReplyContext.messageId,
|
||||
text: getStoryReplyText(window.i18n, storyReplyContext.attachment),
|
||||
};
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue