mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 00:00:20 +00:00
fix: preserve reset hook sender policy context
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user