Fixed issue where message attachments were empty if text came through on fallback (#2395)
This commit is contained in:
parent
390fbb039d
commit
ea9794f272
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ export default class MessageAttachment extends PureComponent {
|
|||
navigator={navigator}
|
||||
onPermalinkPress={onPermalinkPress}
|
||||
textStyles={textStyles}
|
||||
value={attachment.text}
|
||||
value={attachment.text || attachment.fallback}
|
||||
/>
|
||||
<AttachmentFields
|
||||
baseTextStyle={baseTextStyle}
|
||||
|
|
|
|||
Loading…
Reference in a new issue