diff --git a/packages/client-twitter/src/post.ts b/packages/client-twitter/src/post.ts index 97a94f06a1..e767784fa0 100644 --- a/packages/client-twitter/src/post.ts +++ b/packages/client-twitter/src/post.ts @@ -175,9 +175,7 @@ export class TwitterPostClient { generateNewTweetLoop(); // Add check for ENABLE_ACTION_PROCESSING before starting the loop - const enableActionProcessing = parseBooleanFromText( - this.runtime.getSetting("ENABLE_ACTION_PROCESSING") ?? "true" - ); + const enableActionProcessing = this.runtime.getSetting("ENABLE_ACTION_PROCESSING") ?? false; if (enableActionProcessing) { processActionsLoop().catch((error) => {