summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-07-09 07:34:46 -0400
committerGitHub <noreply@github.com>2020-07-09 07:34:46 -0400
commit8fa7fdd4cb6f74984c6f8e73501a134284753d72 (patch)
tree7e46f10906b96add9df75a8c9248191441ca40cc /changelog.d
parentGenerate real events when we reject invites (#7804) (diff)
downloadsynapse-8fa7fdd4cb6f74984c6f8e73501a134284753d72.tar.xz
Pass original request headers from workers to the main process. (#7797)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7797.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7797.bugfix b/changelog.d/7797.bugfix
new file mode 100644
index 0000000000..c1259871da
--- /dev/null
+++ b/changelog.d/7797.bugfix
@@ -0,0 +1 @@
+Fixes a long standing bug in worker mode where worker information was saved in the devices table instead of the original IP address and user agent.