mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-12 16:51:12 +00:00
style: drop aidev-note prefix in telegram comments
This commit is contained in:
@@ -372,7 +372,7 @@ async function withTelegramThreadFallback<T>(
|
|||||||
try {
|
try {
|
||||||
return await attempt(params, label);
|
return await attempt(params, label);
|
||||||
} catch (err) {
|
} 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.
|
// chat-not-found is routing/auth/membership/token; stripping thread IDs hides root cause.
|
||||||
if (!hasMessageThreadIdParam(params) || !isTelegramThreadNotFoundError(err)) {
|
if (!hasMessageThreadIdParam(params) || !isTelegramThreadNotFoundError(err)) {
|
||||||
throw err;
|
throw err;
|
||||||
|
|||||||
Reference in New Issue
Block a user