diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-07-09 07:34:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-09 07:34:46 -0400 |
commit | 8fa7fdd4cb6f74984c6f8e73501a134284753d72 (patch) | |
tree | 7e46f10906b96add9df75a8c9248191441ca40cc /changelog.d | |
parent | Generate real events when we reject invites (#7804) (diff) | |
download | synapse-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.bugfix | 1 |
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. |