fix(team): preserve observed opencode message id
This commit is contained in:
parent
7a29a0f2e8
commit
c79333a668
1 changed files with 1 additions and 1 deletions
|
|
@ -7362,7 +7362,7 @@ export class TeamProvisioningService {
|
|||
ledgerRecord: input.ledgerRecord,
|
||||
visibleReply: {
|
||||
inboxName,
|
||||
message: { ...match, messageId: match.messageId.trim() },
|
||||
message: { ...match, messageId: expectedMessageId },
|
||||
missingRuntimeDeliverySource: match.source !== 'runtime_delivery',
|
||||
},
|
||||
diagnostic: 'opencode_visible_reply_recovered_by_observed_message_id',
|
||||
|
|
|
|||
Loading…
Reference in a new issue