diff --git a/app/soapbox/actions/importer/normalizer.js b/app/soapbox/actions/importer/normalizer.js index c8f1a83efb..66524b5561 100644 Binary files a/app/soapbox/actions/importer/normalizer.js and b/app/soapbox/actions/importer/normalizer.js differ diff --git a/app/soapbox/components/status_content.js b/app/soapbox/components/status_content.js index 86b5736c37..717071a5c8 100644 Binary files a/app/soapbox/components/status_content.js and b/app/soapbox/components/status_content.js differ diff --git a/app/soapbox/utils/html.js b/app/soapbox/utils/html.js index 247e98c88a..fec437c031 100644 Binary files a/app/soapbox/utils/html.js and b/app/soapbox/utils/html.js differ diff --git a/app/styles/components/status.scss b/app/styles/components/status.scss index b8197d9f68..9633ae1004 100644 --- a/app/styles/components/status.scss +++ b/app/styles/components/status.scss @@ -821,12 +821,3 @@ a.status-card.compact:hover { margin-top: 5px !important; } } - -/* Fedibird quote post compatibility */ -.status__content, -.quoted-status__content { - .quote-inline, - .recipients-inline { - display: none; - } -}