diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2021-07-08 13:00:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-08 13:00:05 +0200 |
commit | 225be7778727682e250a02acf975217f8eca9ed7 (patch) | |
tree | bf448f4bbda1f4d808a46c05584b334329ebe0d3 | |
parent | Fix a broken link in the admin api docs (#10322) (diff) | |
download | synapse-225be7778727682e250a02acf975217f8eca9ed7.tar.xz |
Rebuild event auth when rebuilding an event after a call to a `ThirdPartyEventRules` module (#10316)
Because modules might send extra state events when processing an event (e.g. matrix-org/synapse-dinsic#100), and in some cases these extra events might get dropped if we don't recalculate the initial event's auth.
-rw-r--r-- | changelog.d/10316.misc | 1 | ||||
-rw-r--r-- | synapse/handlers/message.py | 10 |
2 files changed, 7 insertions, 4 deletions
diff --git a/changelog.d/10316.misc b/changelog.d/10316.misc new file mode 100644 |