odd fucking stuff

This commit is contained in:
CatAClock 2025-07-20 18:49:56 -07:00
parent 090ca86f3e
commit ace2b8a3d0

View file

@ -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) {