diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-10-13 18:53:56 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-10-13 23:24:50 +0100 |
commit | 617e8a46538af56bd5abbb2c9e4df8025841c338 (patch) | |
tree | 80335f25c52b7b240d33fc32570d59d6c1ab1ff7 /tests | |
parent | Move third_party_rules check to event creation time (diff) | |
download | synapse-617e8a46538af56bd5abbb2c9e4df8025841c338.tar.xz |
Allow ThirdPartyRules modules to replace event content
Support returning a new event dict from `check_event_allowed`.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/rest/client/test_third_party_rules.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/rest/client/test_third_party_rules.py b/tests/rest/client/test_third_party_rules.py |