From 3c0e789ab64185e8e3912b2aaa285f3d3c4b3f4d Mon Sep 17 00:00:00 2001 From: "Jocelyn Badgley (Twipped)" Date: Sat, 29 Jan 2022 08:48:50 -0800 Subject: [PATCH] Fix quoted tweets double quoting --- templates/tweet.hbs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/tweet.hbs b/templates/tweet.hbs index 6166884..b35ae4e 100644 --- a/templates/tweet.hbs +++ b/templates/tweet.hbs @@ -12,13 +12,13 @@ @{{user.screen_name}} - {{#if quoted_status_id_str}}{{#with tweets[quoted_status_id_str]}} + {{#if this.quoted_status_id_str}}{{#with tweets[quoted_status_id_str]}}
{{{user.name_html}}} @{{user.screen_name}} - {{#if quoted_status_id_str}}{{#with tweets[quoted_status_id_str]}} + {{#compare this.quoted_status_id_str '!=' this.id_str}}{{#with tweets[quoted_status_id_str]}} {{else}}
Quoted Tweet Unavailable
- {{/with}}{{/if}} + {{/with}}{{/compare}}
{{{html}}}
{{else}}