mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 13:00:22 +00:00
fix(discord): add batched reply mode
This commit is contained in:
@@ -108,7 +108,7 @@ export function shouldInitializeSlackDraftStream(params: {
|
||||
}
|
||||
|
||||
export function resolveSlackStreamingThreadHint(params: {
|
||||
replyToMode: "off" | "first" | "all";
|
||||
replyToMode: "off" | "first" | "all" | "batched";
|
||||
incomingThreadTs: string | undefined;
|
||||
messageTs: string | undefined;
|
||||
isThreadReply?: boolean;
|
||||
|
||||
@@ -13,7 +13,7 @@ export type PreparedSlackMessage = {
|
||||
channelConfig: SlackChannelConfigResolved | null;
|
||||
replyTarget: string;
|
||||
ctxPayload: FinalizedMsgContext;
|
||||
replyToMode: "off" | "first" | "all";
|
||||
replyToMode: "off" | "first" | "all" | "batched";
|
||||
isDirectMessage: boolean;
|
||||
isRoomish: boolean;
|
||||
historyKey: string;
|
||||
|
||||
Reference in New Issue
Block a user