diff options
author | Patrick Cloke <patrickc@matrix.org> | 2021-01-06 07:08:13 -0500 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2021-01-06 07:08:13 -0500 |
commit | 2fe0fb21f67ab0188970e779be76db41ce01a933 (patch) | |
tree | c748490f127d596839228d132797ca06e45f0cde /changelog.d/8837.bugfix | |
parent | Fix-up assertions about last stream token in push (#9020) (diff) | |
download | synapse-2fe0fb21f67ab0188970e779be76db41ce01a933.tar.xz |
1.25.0rc1
Diffstat (limited to 'changelog.d/8837.bugfix')
-rw-r--r-- | changelog.d/8837.bugfix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/8837.bugfix b/changelog.d/8837.bugfix deleted file mode 100644 index b2977d0c31..0000000000 --- a/changelog.d/8837.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix a long standing bug in the register admin endpoint (`/_synapse/admin/v1/register`) when the `mac` field was not provided. The endpoint now properly returns a 400 error. Contributed by @edwargix. |