diff --git a/app/soapbox/actions/importer/index.js b/app/soapbox/actions/importer/index.js index 2b5828e79b..1b15956f2b 100644 Binary files a/app/soapbox/actions/importer/index.js and b/app/soapbox/actions/importer/index.js differ diff --git a/app/soapbox/actions/importer/normalizer.js b/app/soapbox/actions/importer/normalizer.js index 6a721b53f6..b9ea87ee96 100644 Binary files a/app/soapbox/actions/importer/normalizer.js and b/app/soapbox/actions/importer/normalizer.js differ diff --git a/app/styles/components/status.scss b/app/styles/components/status.scss index 25bdfec788..2e8f756177 100644 --- a/app/styles/components/status.scss +++ b/app/styles/components/status.scss @@ -816,3 +816,11 @@ a.status-card.compact:hover { margin-top: 5px !important; } } + +/* Fedibird quote post compatibility */ +.status__content, +.quoted-status__content { + .quote-inline { + display: none; + } +}