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