mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 15:40:21 +00:00
style(extensions): format channel integration updates
This commit is contained in:
@@ -149,14 +149,9 @@ const dmPolicy: ChannelSetupDmPolicy = {
|
||||
resolveBlueBubblesAccount({
|
||||
cfg,
|
||||
accountId: accountId ?? resolveDefaultBlueBubblesAccountId(cfg),
|
||||
}).config
|
||||
.dmPolicy ?? "pairing",
|
||||
}).config.dmPolicy ?? "pairing",
|
||||
setPolicy: (cfg, policy, accountId) =>
|
||||
setBlueBubblesDmPolicy(
|
||||
cfg,
|
||||
accountId ?? resolveDefaultBlueBubblesAccountId(cfg),
|
||||
policy,
|
||||
),
|
||||
setBlueBubblesDmPolicy(cfg, accountId ?? resolveDefaultBlueBubblesAccountId(cfg), policy),
|
||||
promptAllowFrom: promptBlueBubblesAllowFrom,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user