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

Support for MSC3758: exact_event_match push condition #14964

Merged
merged 4 commits into from
Feb 10, 2023

Commits on Feb 9, 2023

  1. Initial support for MSC3758: exact_event_match push condition.

    Currently this only works with string values.
    clokep committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    138d1f8 View commit details
    Browse the repository at this point in the history
  2. Implement event_exact_match.

    * Support non-string values in _flatten_dict.
    * Deserialize non-string values in Rust & support the new condition.
    clokep committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    e72da91 View commit details
    Browse the repository at this point in the history
  3. Fix case-sensitivity.

    Note that the Rust code already handles lower-casing / uses
    case-insensitive regular expressions.
    clokep committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    5d804d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4450b80 View commit details
    Browse the repository at this point in the history