mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 15:50:22 +00:00
This commit is contained in:
@@ -386,6 +386,7 @@ const PERMANENT_ERROR_PATTERNS: readonly RegExp[] = [
|
||||
/chat_id is empty/i,
|
||||
/recipient is not a valid/i,
|
||||
/outbound not configured for channel/i,
|
||||
/ambiguous discord recipient/i,
|
||||
];
|
||||
|
||||
export function isPermanentDeliveryError(error: string): boolean {
|
||||
|
||||
Reference in New Issue
Block a user