diff options
author | Dominic Schubert <info@dom1nic.eu> | 2024-05-17 11:54:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-17 09:54:11 +0000 |
commit | 38f03a09ff185296ae622b171254095a27da3ae8 (patch) | |
tree | 62da09cec8793d39330f57b4c5940499a3a12eb5 /changelog.d | |
parent | Refactor `SyncResultBuilder` assembly to its own function (#17202) (diff) | |
download | synapse-38f03a09ff185296ae622b171254095a27da3ae8.tar.xz |
Federated Knocking Endpoints added (missing in Docu) (#17058)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/17058.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17058.doc b/changelog.d/17058.doc new file mode 100644 index 0000000000..99795bf3da --- /dev/null +++ b/changelog.d/17058.doc @@ -0,0 +1 @@ +Document [`/v1/make_knock`](https://spec.matrix.org/v1.10/server-server-api/#get_matrixfederationv1make_knockroomiduserid) and [`/v1/send_knock/](https://spec.matrix.org/v1.10/server-server-api/#put_matrixfederationv1send_knockroomideventid) federation endpoints as worker-compatible. \ No newline at end of file |