diff options
author | Travis Ralston <travisr@matrix.org> | 2021-07-26 23:28:20 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 05:28:20 +0000 |
commit | b3a757eb3b11151b1fac7833d6be239c9084f725 (patch) | |
tree | 9c3be54f7d350e1c1acf0c42817dec88a52f6b03 /changelog.d | |
parent | Add type hints to state handler. (#10482) (diff) | |
download | synapse-b3a757eb3b11151b1fac7833d6be239c9084f725.tar.xz |
Support MSC2033: Device ID on whoami (#9918)
* Fix no-access-token bug in deactivation tests * Support MSC2033: Device ID on whoami * Test for appservices too MSC: https://github.com/matrix-org/matrix-doc/pull/2033 The MSC has passed FCP, which means stable endpoints can be used.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9918.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9918.feature b/changelog.d/9918.feature new file mode 100644 index 0000000000..98f0a50893 --- /dev/null +++ b/changelog.d/9918.feature @@ -0,0 +1 @@ +Add support for [MSC2033](https://github.com/matrix-org/matrix-doc/pull/2033): `device_id` on `/account/whoami`. \ No newline at end of file |