style: drop aidev-note prefix in telegram comments

This commit is contained in:
Ayaan Zaidi
2026-02-17 13:05:42 +05:30
committed by Ayaan Zaidi
parent 9d9630c83a
commit 1903c685c0

View File

@@ -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;