Update post_options.tsx (#7912)

[MM-52675] Use message_source in copy text action (#26674)
This commit is contained in:
Aaron Hopkins 2024-04-23 04:07:53 -06:00 committed by GitHub
parent 1774445715
commit 42b36b2e1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 &&