mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-20 22:05:02 +00:00
Matrix: finish main sync follow-ups
This commit is contained in:
@@ -139,7 +139,11 @@ export async function handleSubagentsFocusAction(
|
||||
return stopWithText(`⚠️ ${label} bindings are unavailable for this account.`);
|
||||
}
|
||||
|
||||
const focusTarget = await resolveFocusTargetSession({ runs, token });
|
||||
const focusTarget = await resolveFocusTargetSession({
|
||||
cfg: params.cfg,
|
||||
runs,
|
||||
token,
|
||||
});
|
||||
if (!focusTarget) {
|
||||
return stopWithText(`⚠️ Unable to resolve focus target: ${token}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user