summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-07-05 13:00:19 +0200
committerGitHub <noreply@github.com>2024-07-05 12:00:19 +0100
commit45b35f8eae30a6c6b76c140128d77c980d8a6649 (patch)
tree614d653d611bc475f203339a6abde804fca7695b
parentUpon deactivation, forget all of the user's rooms (#17400) (diff)
downloadsynapse-45b35f8eae30a6c6b76c140128d77c980d8a6649.tar.xz
Fix links to MSC3916 (#17397)
-rw-r--r--CHANGES.md2
-rw-r--r--changelog.d/17365.feature2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index c91291e63f..a40aa26d78 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -48,7 +48,7 @@ No significant changes since 1.110.0rc3.
   This is useful for scripts that bootstrap user accounts with initial passwords. ([\#17304](https://github.com/element-hq/synapse/issues/17304))
 - Add support for via query parameter from [MSC4156](https://github.com/matrix-org/matrix-spec-proposals/pull/4156). ([\#17322](https://github.com/element-hq/synapse/issues/17322))
 - Add `is_invite` filtering to experimental [MSC3575](https://github.com/matrix-org/matrix-spec-proposals/pull/3575) Sliding Sync `/sync` endpoint. ([\#17335](https://github.com/element-hq/synapse/issues/17335))
-- Support [MSC3916](https://github.com/matrix-org/matrix-spec-proposals/blob/rav/authentication-for-media/proposals/3916-authentication-for-media.md) by adding a federation /download endpoint. ([\#17350](https://github.com/element-hq/synapse/issues/17350))
+- Support [MSC3916](https://github.com/matrix-org/matrix-spec-proposals/blob/main/proposals/3916-authentication-for-media.md) by adding a federation /download endpoint. ([\#17350](https://github.com/element-hq/synapse/issues/17350))
 
 ### Bugfixes
 
diff --git a/changelog.d/17365.feature b/changelog.d/17365.feature
index f90dc84e38..61acc32f32 100644
--- a/changelog.d/17365.feature
+++ b/changelog.d/17365.feature
@@ -1 +1 @@
-Support [MSC3916](https://github.com/matrix-org/matrix-spec-proposals/blob/rav/authentication-for-media/proposals/3916-authentication-for-media.md) by adding _matrix/client/v1/media/download endpoint.
\ No newline at end of file
+Support [MSC3916](https://github.com/matrix-org/matrix-spec-proposals/blob/main/proposals/3916-authentication-for-media.md) by adding _matrix/client/v1/media/download endpoint.
\ No newline at end of file