Format fresh review-ready owner routing

This commit is contained in:
ejclaw
2026-04-07 19:06:26 +09:00
parent 38461d9337
commit fa358e4e7d

View File

@@ -1003,8 +1003,7 @@ export function createMessageRuntime(deps: MessageRuntimeDeps): {
const turnChannel = resolveChannelForRole(turnRole);
const cursorKey = resolveCursorKeyForRole(chatJid, turnRole);
const forcedRole =
pendingTaskForChannel &&
turnRole !== resolveActiveRole(taskStatus)
pendingTaskForChannel && turnRole !== resolveActiveRole(taskStatus)
? turnRole
: undefined;