odd fucking stuff
This commit is contained in:
parent
090ca86f3e
commit
ace2b8a3d0
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue