diff --git a/Frameworks/Account/FeedProvider/Twitter/TwitterStatus.swift b/Frameworks/Account/FeedProvider/Twitter/TwitterStatus.swift index 463a63b1e..6d054d21b 100644 --- a/Frameworks/Account/FeedProvider/Twitter/TwitterStatus.swift +++ b/Frameworks/Account/FeedProvider/Twitter/TwitterStatus.swift @@ -171,7 +171,6 @@ private extension TwitterStatus { } html += quotedStatus.renderAsHTML(topLevel: false) html += "" - html += self.extendedEntities?.renderAsHTML() ?? "" if topLevel { html += quotedStatus.extendedEntities?.renderAsHTML() ?? "" html += quotedStatus.retweetedStatus?.extendedEntities?.renderAsHTML() ?? ""