mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix bug that was causing duplicate media to be inlined
This commit is contained in:
@@ -171,7 +171,6 @@ private extension TwitterStatus {
|
||||
}
|
||||
html += quotedStatus.renderAsHTML(topLevel: false)
|
||||
html += "</blockquote>"
|
||||
html += self.extendedEntities?.renderAsHTML() ?? ""
|
||||
if topLevel {
|
||||
html += quotedStatus.extendedEntities?.renderAsHTML() ?? ""
|
||||
html += quotedStatus.retweetedStatus?.extendedEntities?.renderAsHTML() ?? ""
|
||||
|
||||
Reference in New Issue
Block a user