diff --git a/Account/Sources/Account/FeedProvider/Twitter/TwitterStatus.swift b/Account/Sources/Account/FeedProvider/Twitter/TwitterStatus.swift index 149814667..affe9ff64 100644 --- a/Account/Sources/Account/FeedProvider/Twitter/TwitterStatus.swift +++ b/Account/Sources/Account/FeedProvider/Twitter/TwitterStatus.swift @@ -165,6 +165,7 @@ private extension TwitterStatus { func renderAsQuoteHTML(_ quotedStatus: TwitterStatus, topLevel: Bool) -> String { var html = String() html += renderAsTweetHTML(self, topLevel: topLevel) + html += extendedEntities?.renderAsHTML() ?? "" html += "
" if let userHTML = quotedStatus.user?.renderAsHTML() { html += userHTML