diff options
author | Eric Eastwood <erice@element.io> | 2023-06-20 04:05:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-20 10:05:31 +0100 |
commit | 887fa4b66b038c886634a3eef92af108e391be34 (patch) | |
tree | 04d0651c33df97f1ea40822e4c9c15e7420a1297 /changelog.d/15806.misc | |
parent | Bump ijson from 3.2.0.post0 to 3.2.1 (#15802) (diff) | |
download | synapse-887fa4b66b038c886634a3eef92af108e391be34.tar.xz |
Switch from `matrix://` to `matrix-federation://` scheme for internal Synapse routing of outbound federation traffic (#15806)
`matrix://` is a registered specced scheme nowadays and doesn't make sense for our internal to Synapse use case anymore. ([discussion] (https://github.com/matrix-org/synapse/pull/15773#discussion_r1227598679))
Diffstat (limited to 'changelog.d/15806.misc')
-rw-r--r-- | changelog.d/15806.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15806.misc b/changelog.d/15806.misc new file mode 100644 index 0000000000..80d0eb2f8f --- /dev/null +++ b/changelog.d/15806.misc @@ -0,0 +1 @@ +Switch from `matrix://` to `matrix-federation://` scheme for internal Synapse routing of outbound federation traffic. |