fix: preserve reset hook sender policy context

This commit is contained in:
Tak Hoffman
2026-04-10 17:55:45 -05:00
parent f3abc0c076
commit 5d1f1d9362
4 changed files with 56 additions and 7 deletions

View File

@@ -163,7 +163,7 @@ describe("createMSTeamsReplyDispatcher", () => {
if (!lastCreatedDispatcher) {
throw new Error("createDispatcher must be called first");
}
await lastCreatedDispatcher.replyOptions.onPartialReply?.({ text });
lastCreatedDispatcher.replyOptions.onPartialReply?.({ text });
}
it("sends an informative status update on reply start for personal chats", async () => {