mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-04 10:00:55 +01:00
Fix extra view full thread
This commit is contained in:
parent
72b46ec3bb
commit
291da0b0d7
1 changed files with 2 additions and 3 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Reference in a new issue