Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong retention policy being used when filtering events (lint ControlVarUsedAfterBlockViolation WPS441) #17272

Merged
merged 2 commits into from
Jun 10, 2024

Commits on Jun 6, 2024

  1. Wrong retention policy being used when filtering events

    Fix loop var being used outside block.
    
    Before this change, we were always using the last room_id's
    retention policy for all events being filtered.
    
    I found this with astral-sh/ruff#11769
    MadLittleMods committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    5a6ffa3 View commit details
    Browse the repository at this point in the history
  2. Add changelog

    MadLittleMods committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    0971baa View commit details
    Browse the repository at this point in the history