Skip to content

Conversation

@alissonlauffer
Copy link
Member

Fixes a regression from 6d42973.

@HitaloM HitaloM requested a review from Copilot April 18, 2025 17:42
@HitaloM HitaloM added the bug Something is wrong label Apr 18, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request addresses a regression in raw update delivery that emerged after the dispatcher refactor.

  • Reorders raw update handling and parsed update handling logic.
  • Updates flow control from "break" to "continue" in the raw update branch to adjust processing behavior.
Comments suppressed due to low confidence (1)

hydrogram/dispatcher.py:292

  • The change from 'break' to 'continue' in handling RawUpdateHandler may allow multiple handlers to process the same raw update. Please verify that this adjusted control flow is intentional and does not introduce duplicate processing.
if isinstance(handler, RawUpdateHandler):

@alissonlauffer alissonlauffer force-pushed the fix/fix-raw-updates-handling branch from db05acb to 663492a Compare April 20, 2025 16:44
@alissonlauffer alissonlauffer merged commit 2f96daf into dev Apr 20, 2025
22 checks passed
@alissonlauffer alissonlauffer deleted the fix/fix-raw-updates-handling branch April 20, 2025 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something is wrong

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants