mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-03-21 17:54:13 -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 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,
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user