diff options
-rw-r--r-- | app/javascript/flavours/glitch/features/compose/components/reply_indicator.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/features/compose/components/reply_indicator.js b/app/javascript/flavours/glitch/features/compose/components/reply_indicator.js index f96ea4c5e..4a638ff51 100644 --- a/app/javascript/flavours/glitch/features/compose/components/reply_indicator.js +++ b/app/javascript/flavours/glitch/features/compose/components/reply_indicator.js @@ -47,7 +47,7 @@ class ReplyIndicator extends ImmutablePureComponent { } const account = status.get('account'); - const content = status.get('content'); + const content = status.get('contentHtml'); const attachments = status.get('media_attachments'); // The result. |