mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-04-26 07:49:22 -05:00
Disable Threads for now
This commit is contained in:
parent
120f6e4dca
commit
d6ea4827b6
|
|
@ -17,7 +17,7 @@ import EggstraWorkStatus from './generators/EggstraWorkStatus.mjs';
|
||||||
import EggstraWorkUpcomingStatus from './generators/EggstraWorkUpcomingStatus.mjs';
|
import EggstraWorkUpcomingStatus from './generators/EggstraWorkUpcomingStatus.mjs';
|
||||||
import BlueskyClient from './clients/BlueskyClient.mjs';
|
import BlueskyClient from './clients/BlueskyClient.mjs';
|
||||||
import ChallengeStatus from './generators/ChallengeStatus.mjs';
|
import ChallengeStatus from './generators/ChallengeStatus.mjs';
|
||||||
import ThreadsClient from './clients/ThreadsClient.mjs';
|
// import ThreadsClient from './clients/ThreadsClient.mjs';
|
||||||
|
|
||||||
function defaultStatusGenerators() {
|
function defaultStatusGenerators() {
|
||||||
return [
|
return [
|
||||||
|
|
@ -46,7 +46,7 @@ function defaultClients() {
|
||||||
// new TwitterClient,
|
// new TwitterClient,
|
||||||
new MastodonClient,
|
new MastodonClient,
|
||||||
new BlueskyClient,
|
new BlueskyClient,
|
||||||
new ThreadsClient,
|
// new ThreadsClient,
|
||||||
new ImageWriter,
|
new ImageWriter,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user