diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-08-30 15:22:51 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-24 17:30:49 +0000 |
commit | 403e359702cbdadc903ca125522af0dcd18f4774 (patch) | |
tree | 1d73e722fe9826c64110fbda90d5b241162869a8 | |
parent | Removed unused jenkins/ folder and script (#5938) (diff) | |
download | synapse-403e359702cbdadc903ca125522af0dcd18f4774.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
-rw-r--r-- | changelog.d/5930.misc | 1 | ||||
-rw-r--r-- | synapse/rest/client/versions.py | 7 |
2 files changed, 7 insertions, 1 deletions
diff --git a/changelog.d/5930.misc b/changelog.d/5930.misc new file mode 100644 |