mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 02:20:26 +00:00
fix: honor bluebubbles default setup status
This commit is contained in:
@@ -174,10 +174,7 @@ export const blueBubblesSetupWizard: ChannelSetupWizard = {
|
||||
unconfiguredScore: 0,
|
||||
includeStatusLine: true,
|
||||
resolveConfigured: ({ cfg, accountId }) =>
|
||||
(accountId ? [accountId] : listBlueBubblesAccountIds(cfg)).some((resolvedAccountId) => {
|
||||
const account = resolveBlueBubblesAccount({ cfg, accountId: resolvedAccountId });
|
||||
return account.configured;
|
||||
}),
|
||||
resolveBlueBubblesAccount({ cfg, accountId }).configured,
|
||||
}),
|
||||
resolveSelectionHint: ({ configured }) =>
|
||||
configured ? "configured" : "iMessage via BlueBubbles app",
|
||||
|
||||
Reference in New Issue
Block a user