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

Support modifying event content from ThirdPartyRules modules #8535

Merged
merged 5 commits into from
Oct 15, 2020

Commits on Oct 13, 2020

  1. Remove redundant calls to third_party_rules in on_send_{join,leave}

    There's not much point in calling these *after* we have decided to accept them
    into the DAG.
    richvdh committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    d59378d View commit details
    Browse the repository at this point in the history
  2. Move third_party_rules check to event creation time

    Rather than waiting until we handle the event, call the ThirdPartyRules check
    when we fist create the event.
    richvdh committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    123711e View commit details
    Browse the repository at this point in the history
  3. Allow ThirdPartyRules modules to replace event content

    Support returning a new event dict from `check_event_allowed`.
    richvdh committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    617e8a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    898196f View commit details
    Browse the repository at this point in the history
  5. changelog

    richvdh committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    091e948 View commit details
    Browse the repository at this point in the history