diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2023-02-23 23:38:43 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2023-02-23 23:40:07 +0000 |
commit | 2ac38a1109214334da7d526f9cb854cf70f8a12a (patch) | |
tree | 147910b5cd640b86c9863d79450c7b3fa9e744ca | |
parent | Add a method for Synapse modules to carry out HTTP federation requests (diff) | |
download | synapse-anoa/module_api_federation_requests.tar.xz |
-rw-r--r-- | changelog.d/15149.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15149.feature b/changelog.d/15149.feature new file mode 100644 index 0000000000..34b9f356e1 --- /dev/null +++ b/changelog.d/15149.feature @@ -0,0 +1 @@ +Add a new `send_federation_http_request` method to the Module API to allow Synapse modules to make matrix federation requests over HTTP. \ No newline at end of file |