cover paired owner progress entry path

This commit is contained in:
ejclaw
2026-04-30 00:58:39 +09:00
parent 54ea9afae6
commit 95abda197d
2 changed files with 145 additions and 1 deletions

View File

@@ -490,7 +490,7 @@ export function createMessageRuntime(deps: MessageRuntimeDeps): {
timezone: deps.timezone,
missedMessages,
task: hasReviewerLease(chatJid)
? getLatestOpenPairedTaskForChat(chatJid)
? (getLatestOpenPairedTaskForChat(chatJid) ?? null)
: undefined,
roleToChannel,
ownerChannel: channel,