mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 14:24:30 +00:00
refactor(outbound): dedupe poll threading + tighten duration semantics
This commit is contained in:
@@ -232,7 +232,7 @@ async function resolveChannelId(
|
||||
}
|
||||
|
||||
// Discord message flag for silent/suppress notifications
|
||||
const SUPPRESS_NOTIFICATIONS_FLAG = 1 << 12;
|
||||
export const SUPPRESS_NOTIFICATIONS_FLAG = 1 << 12;
|
||||
|
||||
export function buildDiscordTextChunks(
|
||||
text: string,
|
||||
|
||||
Reference in New Issue
Block a user