summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2019-08-30 15:22:51 +0100
committerGitHub <noreply@github.com>2019-08-30 15:22:51 +0100
commit4765f0cfd95f6160f32c75481651d125f343cd58 (patch)
tree440058fa2dbffe22ad5a9e7678fd249b3d1e65bf /changelog.d
parentRemoved unused jenkins/ folder and script (#5938) (diff)
downloadsynapse-4765f0cfd95f6160f32c75481651d125f343cd58.tar.xz
Add m.id_access_token flag (#5930)
Adds a flag to `/versions`' `unstable_features` section indicating that this Synapse understands what an `id_access_token` is, as per https://github.com/matrix-org/synapse/issues/5927#issuecomment-523566043

Fixes #5927
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5930.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5930.misc b/changelog.d/5930.misc
new file mode 100644
index 0000000000..81dcc10e6d
--- /dev/null
+++ b/changelog.d/5930.misc
@@ -0,0 +1 @@
+Add temporary flag to /versions in unstable_features to indicate this Synapse supports receiving id_access_token parameters on calls to identity server-proxying endpoints.
\ No newline at end of file