diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2023-02-22 16:05:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-22 16:05:34 +0000 |
commit | 91f8de7b5601495589d47f236d5c5cc264078424 (patch) | |
tree | d38dc3c115fa5266b01c16ec03b791af0add8eb8 /changelog.d | |
parent | Remove unused `room_alias` field from `/createRoom` response (#15093) (diff) | |
download | synapse-91f8de7b5601495589d47f236d5c5cc264078424.tar.xz |
Clarify the workers that the ThirdPartyRules' `on_new_event` callback will run on (#15071)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15071.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15071.doc b/changelog.d/15071.doc new file mode 100644 index 0000000000..7fbaba3e8c --- /dev/null +++ b/changelog.d/15071.doc @@ -0,0 +1 @@ +Clarify which worker processes the ThirdPartyRules' [`on_new_event`](https://matrix-org.github.io/synapse/v1.78/modules/third_party_rules_callbacks.html#on_new_event) module API callback runs on. \ No newline at end of file |