render normalized status in reply indicator so that custom emojis are shown

staging
multiple creatures 2019-05-19 07:34:48 -05:00
parent 978ed2797f
commit 8ff64df4dd
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class ReplyIndicator extends ImmutablePureComponent {
} }
const account = status.get('account'); const account = status.get('account');
const content = status.get('content'); const content = status.get('contentHtml');
const attachments = status.get('media_attachments'); const attachments = status.get('media_attachments');
// The result. // The result.