Update post_options.tsx (#7912)
[MM-52675] Use message_source in copy text action (#26674)
This commit is contained in:
parent
1774445715
commit
42b36b2e1e
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ const PostOptions = ({
|
|||
{Boolean(canCopyText && post.message) &&
|
||||
<CopyTextOption
|
||||
bottomSheetId={Screens.POST_OPTIONS}
|
||||
postMessage={post.message}
|
||||
postMessage={post.messageSource || post.message}
|
||||
sourceScreen={sourceScreen}
|
||||
/>}
|
||||
{canPin &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue