diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-01-17 12:40:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-17 12:40:09 +0000 |
commit | 9feb5d0b71104bea4e366d451d5dddd447e16196 (patch) | |
tree | c5d37bfa94ac65ffce4590eaa663da85755283d2 /changelog.d | |
parent | Changing macaroon_secret_key no longer logs you out (#4387) (diff) | |
download | synapse-9feb5d0b71104bea4e366d451d5dddd447e16196.tar.xz |
sign_request -> build_auth_headers (#4408)
Just got very confused about the fact that the headers are only an output, not an input.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4408.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4408.misc b/changelog.d/4408.misc new file mode 100644 index 0000000000..729bafd62e --- /dev/null +++ b/changelog.d/4408.misc @@ -0,0 +1 @@ +Refactor 'sign_request' as 'build_auth_headers' \ No newline at end of file |