diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-06-16 10:43:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-16 10:43:29 -0400 |
commit | ac51bd581aa98b8972d785a898d6233def9b636a (patch) | |
tree | b4c9fd06a6a4991ee9bb01b23fcc935d5f7ecabe /changelog.d | |
parent | Replace all remaining six usage with native Python 3 equivalents (#7704) (diff) | |
download | synapse-ac51bd581aa98b8972d785a898d6233def9b636a.tar.xz |
Include a user agent in federation requests. (#7677)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7677.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7677.bugfix b/changelog.d/7677.bugfix new file mode 100644 index 0000000000..b63f041096 --- /dev/null +++ b/changelog.d/7677.bugfix @@ -0,0 +1 @@ +Include a user-agent for federation and well-known requests. |