Enhancement
The interaction rule was introduced on Oct 13, 2023 by commit #47526 but was never actually used:
- The map
optInteractionRuleList has always been empty since introduced.
- The condition check was incorrect to begin with. The author meant to check if the interaction rule is enabled but ended up doing the opposite via
isLogicalRuleDisabled(interactionRule).