From fe7dbbe304a97e9643aa9531d02a9f08f32fd756 Mon Sep 17 00:00:00 2001 From: Penelope Gomez / Pogmommy Date: Thu, 23 Feb 2023 18:06:13 -0700 Subject: [PATCH] corrected typo, misc --- ref/classes/tweets.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ref/classes/tweets.js b/ref/classes/tweets.js index 09277cc..34e8682 100644 --- a/ref/classes/tweets.js +++ b/ref/classes/tweets.js @@ -64,9 +64,11 @@ class Tweets { this.iterateExists = false; this.iteratePath = ""; - //mastodon + //threading this.id = 0; this.prompt = 0; + this.prompturl = 0; + this.isReply = false; this.posted = false; if (orig == "thread") { @@ -181,7 +183,7 @@ class Tweets { if (this.hasVideo) {//IF TWEET HAS NON-POSTABLE MEDIA, APPEND FOOTER DETAILING SO debuglog("running video stuff",2); - this.appendSection(`⚠ Original tweet had attachment(s) that couldn't be cross-posted. View it at ${homeTweet.url}`,'footer'); + this.appendSection(`⚠ Original tweet had attachment(s) that couldn't be cross-posted. View it at ${this.url}`,'footer'); debuglog(`Tweet Footer: ${this.footer}`); } }