diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-06-12 16:38:00 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-06-12 16:38:00 +0100 |
commit | 7c2d936802e59ef16d8ca2241b9c74abe2c4e21b (patch) | |
tree | b07edd3898ed06bf38ef53b2f4abc13bf5bc3176 | |
parent | Lint (diff) | |
download | synapse-7c2d936802e59ef16d8ca2241b9c74abe2c4e21b.tar.xz |
Fix bogus changelog
-rw-r--r-- | changelog.d/5083.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/5083.feature b/changelog.d/5083.feature index f6014c6b43..2ffdd37eef 100644 --- a/changelog.d/5083.feature +++ b/changelog.d/5083.feature @@ -1 +1 @@ -Adds auth_profile_reqs option to require access_token to GET /profile endpoints on CS API +Adds auth_profile_reqs option to require access_token to GET /profile endpoints on CS API. |