forked from Ivasoft/mattermost-mobile
Fixed issue where message attachments were empty if text came through on fallback (#2395)
This commit is contained in:
committed by
Elias Nahum
parent
123c8b9ad1
commit
4177e16b62
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user