miorbnli
ce15f348bb
fix(telegram): use idempotent retry context for delete/reaction ( #96612 )
...
reactMessageTelegram and deleteMessageTelegram passed context: "send" to
isRecoverableTelegramNetworkError, which disables message-snippet matching
(allowMessageMatch defaults to false only for "send"). Both operations are
idempotent (setMessageReaction / deleteMessage are safe to repeat), yet a
transient snippet-only network error (e.g. "socket hang up", "undici network
error" with no error code) was not retried — stricter than polling/webhook/
unknown, which all default allowMessageMatch to true. Users saw spurious
reaction/delete failures on transient network errors.
Add delete | react to TelegramNetworkErrorContext (additive) and use them at
the two callers. The helper default (context !== "send") is unchanged, so
delete/react now match polling/webhook/unknown. sendMessage keeps "send".
Co-authored-by: Claude <noreply@anthropic.com >
2026-06-27 09:31:52 -07:00
..
2026-06-26 21:41:14 -05:00
2026-06-22 19:33:21 +02:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-25 14:32:53 -04:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-25 13:47:07 -04:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-27 07:30:32 -07:00
2026-06-24 11:51:14 +08:00
2026-06-27 09:31:00 -07:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 18:29:56 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-26 07:08:30 -04:00
2026-06-24 11:51:14 +08:00
2026-06-19 00:33:04 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-25 16:19:30 -07:00
2026-06-24 11:51:14 +08:00
2026-06-25 16:36:23 +08:00
2026-06-25 16:37:47 +08:00
2026-06-24 19:08:22 -05:00
2026-06-25 14:32:53 -04:00
2026-06-24 10:57:37 -04:00
2026-06-26 07:08:30 -04:00
2026-06-26 12:09:38 -07:00
2026-06-24 11:51:14 +08:00
2026-06-24 19:08:22 -05:00
2026-06-24 11:51:14 +08:00
2026-06-25 14:46:09 -04:00
2026-06-24 11:51:14 +08:00
2026-06-27 07:00:36 -07:00
2026-06-25 22:11:57 -05:00
2026-06-27 09:31:26 -07:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-25 16:05:36 +08:00
2026-06-24 11:51:14 +08:00
2026-06-27 08:34:38 -07:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-26 07:08:30 -04:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 21:14:28 +08:00
2026-06-24 11:51:14 +08:00
2026-06-27 07:27:38 +08:00
2026-06-24 12:19:53 -07:00
2026-06-24 11:51:14 +08:00
2026-06-26 16:16:12 -04:00
2026-06-24 11:51:14 +08:00
2026-06-24 16:19:14 +08:00
2026-06-25 14:32:53 -04:00
2026-06-26 07:08:30 -04:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-26 07:08:30 -04:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-27 09:30:26 -07:00
2026-06-24 11:51:14 +08:00
2026-06-27 07:40:36 -07:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-27 03:31:42 +01:00
2026-06-24 16:36:48 -05:00
2026-06-26 07:08:30 -04:00
2026-06-24 11:51:14 +08:00
2026-06-27 09:48:42 +08:00
2026-06-26 07:08:30 -04:00
2026-06-26 08:02:00 +10:00
2026-06-24 19:08:22 -05:00
2026-06-24 19:08:22 -05:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-27 08:47:33 -07:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-27 09:30:52 -07:00
2026-06-25 13:40:07 -04:00
2026-06-25 03:42:44 +02:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-25 21:30:44 -07:00
2026-06-27 09:31:20 -07:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-27 09:31:33 -07:00
2026-06-24 11:51:14 +08:00
2026-06-24 19:08:22 -05:00
2026-06-27 09:31:52 -07:00
2026-06-24 11:51:14 +08:00
2026-06-24 19:08:22 -05:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-27 01:29:58 +01:00
2026-06-24 11:51:14 +08:00
2026-06-25 13:52:36 -04:00
2026-06-26 07:08:30 -04:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-27 09:31:16 -07:00
2026-06-24 11:51:14 +08:00
2026-06-27 10:02:57 -06:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-19 01:20:06 +08:00