diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2021-10-25 13:01:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-25 13:01:04 +0100 |
commit | 85a09f8b8ba7c8023c0d28a526d32111fc704197 (patch) | |
tree | 29af472de6f43ed5f8b8673e8f80ee8ebc821d96 /changelog.d | |
parent | Add type hints for most `HomeServer` parameters (#11095) (diff) | |
download | synapse-85a09f8b8ba7c8023c0d28a526d32111fc704197.tar.xz |
Fix module API's `get_user_ip_and_agents` function when run on workers (#11112)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11112.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11112.bugfix b/changelog.d/11112.bugfix new file mode 100644 index 0000000000..c8e22da8cf --- /dev/null +++ b/changelog.d/11112.bugfix @@ -0,0 +1 @@ +Fix a bug which caused the module API's `get_user_ip_and_agents` function to always fail on workers. `get_user_ip_and_agents` was introduced in 1.44.0 and did not function correctly on worker processes at the time. |