Fix duplicate status footer

This commit is contained in:
dangered wolf 2024-04-30 00:28:17 -04:00
parent c749cade9c
commit 30a2b683a5
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -286,7 +286,6 @@ const generateStatus = (
${status.poll ? generatePoll(status.poll, status.lang ?? 'en') : notApplicableComment}
<!-- Embedded quote status -->
${!isQuote && status.quote ? generateStatus(status.quote, author, true, null) : notApplicableComment}
${!isQuote ? generateStatusFooter(status, true, author) : ''}
<br>${!isQuote ? `<a href="${status.url}">${i18next.t('ivViewOriginalStatus')}</a>` : notApplicableComment}
`.format({
quoteHeader: isQuote