Disable Threads for now
Some checks are pending
Build frontend / build (22.x) (push) Waiting to run
Deploy / deploy-frontend (push) Waiting to run
Deploy / deploy-backend (push) Waiting to run
Fix code styles / build (push) Waiting to run

This commit is contained in:
Matt Isenhower 2026-02-15 18:37:43 -08:00
parent 120f6e4dca
commit d6ea4827b6

View File

@ -17,7 +17,7 @@ import EggstraWorkStatus from './generators/EggstraWorkStatus.mjs';
import EggstraWorkUpcomingStatus from './generators/EggstraWorkUpcomingStatus.mjs';
import BlueskyClient from './clients/BlueskyClient.mjs';
import ChallengeStatus from './generators/ChallengeStatus.mjs';
import ThreadsClient from './clients/ThreadsClient.mjs';
// import ThreadsClient from './clients/ThreadsClient.mjs';
function defaultStatusGenerators() {
return [
@ -46,7 +46,7 @@ function defaultClients() {
// new TwitterClient,
new MastodonClient,
new BlueskyClient,
new ThreadsClient,
// new ThreadsClient,
new ImageWriter,
];
}