diff options
author | Erik Johnston <erik@matrix.org> | 2021-10-27 14:45:40 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-10-27 14:45:40 +0100 |
commit | 179dc8ae9e15c38e282a2077fc5941b685fc6177 (patch) | |
tree | f5ad574dc229cd1d77e4ac06e221e13305a92004 /changelog.d/11112.bugfix | |
parent | Implement an `on_new_event` callback (#11126) (diff) | |
parent | Update release date (diff) | |
download | synapse-179dc8ae9e15c38e282a2077fc5941b685fc6177.tar.xz |
Merge remote-tracking branch 'origin/release-v1.46' into develop
Diffstat (limited to 'changelog.d/11112.bugfix')
-rw-r--r-- | changelog.d/11112.bugfix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/11112.bugfix b/changelog.d/11112.bugfix deleted file mode 100644 index c8e22da8cf..0000000000 --- a/changelog.d/11112.bugfix +++ /dev/null @@ -1 +0,0 @@ -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. |