summary refs log tree commit diff
path: root/changelog.d/8620.bugfix
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-10-27 14:13:14 +0000
committerErik Johnston <erik@matrix.org>2020-10-27 14:13:14 +0000
commitbcb6b243e9e6d0d7c8744e152ed447cbbb58b32e (patch)
tree7c173749c83a7738042bd17786ca8d9f5bf7a9ec /changelog.d/8620.bugfix
parentMerge branch 'release-v1.22.0' into matrix-org-hotfixes (diff)
parentAdd admin API to list users' local media (#8647) (diff)
downloadsynapse-bcb6b243e9e6d0d7c8744e152ed447cbbb58b32e.tar.xz
Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes
Diffstat (limited to 'changelog.d/8620.bugfix')
-rw-r--r--changelog.d/8620.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8620.bugfix b/changelog.d/8620.bugfix
new file mode 100644

index 0000000000..c1078a3fb5 --- /dev/null +++ b/changelog.d/8620.bugfix
@@ -0,0 +1 @@ +Fix a bug where the account validity endpoint would silently fail if the user ID did not have an expiration time. It now returns a 400 error.