Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix PushRuleEvaluator and Filter to work on frozendicts #12100

Merged
merged 2 commits into from
Feb 28, 2022

Commits on Feb 28, 2022

  1. Fix PushRuleEvaluator to work on frozendicts

    frozendicts do not (necessarily) inherit from dict, so this needs to handle
    them correctly.
    richvdh committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    024b03d View commit details
    Browse the repository at this point in the history
  2. Fix event filtering for frozen events

    Looks like this one was introduced by #11194.
    richvdh committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    ee7a13f View commit details
    Browse the repository at this point in the history