mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-03 03:03:24 -04:00
style: drop aidev-note prefix in telegram comments
This commit is contained in:
@@ -372,7 +372,7 @@ async function withTelegramThreadFallback<T>(
|
||||
try {
|
||||
return await attempt(params, label);
|
||||
} catch (err) {
|
||||
// AIDEV-NOTE: Do not widen this fallback to cover "chat not found".
|
||||
// Do not widen this fallback to cover "chat not found".
|
||||
// chat-not-found is routing/auth/membership/token; stripping thread IDs hides root cause.
|
||||
if (!hasMessageThreadIdParam(params) || !isTelegramThreadNotFoundError(err)) {
|
||||
throw err;
|
||||
|
||||
Reference in New Issue
Block a user