Fix extra view full thread

This commit is contained in:
dangered wolf 2024-04-30 02:27:38 -04:00
parent 72b46ec3bb
commit 291da0b0d7
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -300,9 +300,8 @@ const generateStatus = (
<!-- Embed poll -->
${status.poll ? generatePoll(status.poll, status.lang ?? 'en') : notApplicableComment}
<!-- Embedded quote status -->
${!isQuote && status.quote ? generateStatus(status.quote, author, language, true, null) : notApplicableComment}
<br>${!isQuote ? `<a href="${status.url}">${i18next.t('ivViewOriginal')}</a>` : notApplicableComment}
`.format({
${!isQuote && status.quote ? generateStatus(status.quote, author, language, true, null) : notApplicableComment}`
.format({
quoteHeader: isQuote
? '<h4>' +
i18next.t('ivQuoteHeader').format({