diff options
author | Travis Ralston <travisr@matrix.org> | 2022-02-18 05:48:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-18 07:48:23 -0500 |
commit | 19bd9cff1afba2149ae58cd5b5648470c48d51a5 (patch) | |
tree | 318bffa8d5fc11d274e8fa4f47727ab9c60dd159 /changelog.d | |
parent | Fix 500 error with Postgres when looking backwards with the MSC3030 `/timesta... (diff) | |
download | synapse-19bd9cff1afba2149ae58cd5b5648470c48d51a5.tar.xz |
Use stable MSC3069 `is_guest` flag on `/whoami`. (#12021)
Keeping backwards compatibility with the unstable flag for now.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12021.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12021.feature b/changelog.d/12021.feature new file mode 100644 index 0000000000..01378df8ca --- /dev/null +++ b/changelog.d/12021.feature @@ -0,0 +1 @@ +Support only the stable identifier for [MSC3069](https://github.com/matrix-org/matrix-doc/pull/3069)'s `is_guest` on `/_matrix/client/v3/account/whoami`. \ No newline at end of file |