From ace2b8a3d0797fb42e31ebe5e3618140c4c50b39 Mon Sep 17 00:00:00 2001 From: CatAClock Date: Sun, 20 Jul 2025 18:49:56 -0700 Subject: [PATCH] odd fucking stuff --- src/HTTP/JS/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/HTTP/JS/index.js b/src/HTTP/JS/index.js index 6776113..a621666 100644 --- a/src/HTTP/JS/index.js +++ b/src/HTTP/JS/index.js @@ -162,7 +162,7 @@ async function PosterContainerUpdate(Direction) { // Mastodon gaining of timeline. if (localStorage.getItem(Variables.MastodonWebsite) == null) { - console.log("No Mastodon instance. multiplying mastodon posts by 2..."); + console.log("No Mastodon instance. multiplying posts by 2..."); Lim = Lim * 2; Mastodon = false; } else if (MastodonLoadedFeed == 0) { @@ -179,7 +179,7 @@ async function PosterContainerUpdate(Direction) { } // Bluesky gaining of timeline. if (localStorage.getItem(Variables.BlueskyPDS) == null) { - console.log("No Bluesky instance. multiplying mastodon posts by 2..."); + console.log("No Bluesky instance. multiplying posts by 2..."); Lim = Lim * 2; Bluesky = false; } else if (BlueskyLoadedFeed.length == 0) {