diff options
author | Erik Johnston <erik@matrix.org> | 2021-08-18 15:52:11 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-08-18 15:52:11 +0100 |
commit | 49cb7eae97bbe8916a5a3ec4f9d030f6304cd76c (patch) | |
tree | 03c21d6ae48cc7f771a9c918504e908a1f90bc18 /changelog.d/10611.bugfix | |
parent | Mount /_synapse/admin/v1/users/{userId}/media admin API on media workers only... (diff) | |
download | synapse-49cb7eae97bbe8916a5a3ec4f9d030f6304cd76c.tar.xz |
1.41.0rc1
Diffstat (limited to 'changelog.d/10611.bugfix')
-rw-r--r-- | changelog.d/10611.bugfix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/10611.bugfix b/changelog.d/10611.bugfix deleted file mode 100644 index ecbe408b47..0000000000 --- a/changelog.d/10611.bugfix +++ /dev/null @@ -1 +0,0 @@ -Additional validation for the spaces summary API to avoid errors like `ValueError: Stop argument for islice() must be None or an integer`. The missing validation has existed since v1.31.0. |