You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(updates): drop the bot's own outgoing messages
MTProto echoes the bot's own sends back on the update stream with
Out=true (the HTTP Bot API never does). Without filtering them, a bot
that replies to messages answers its own replies in an infinite loop.
Skip Out messages in dispatchMessage.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments