diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-01-12 12:48:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-12 12:48:12 +0000 |
commit | 0f8945e166b5f1965e69943e16c8220da74211bd (patch) | |
tree | 3c75a3d959cba800bd5e967c6c95e303483cabbd /changelog.d | |
parent | Remove SynapseRequest.get_user_agent (#9069) (diff) | |
download | synapse-0f8945e166b5f1965e69943e16c8220da74211bd.tar.xz |
Kill off `HomeServer.get_ip_from_request()` (#9080)
Homeserver.get_ip_from_request() used to be a bit more complicated, but now it is totally redundant. Let's get rid of it.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9080.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9080.misc b/changelog.d/9080.misc new file mode 100644 index 0000000000..3da8171f5f --- /dev/null +++ b/changelog.d/9080.misc @@ -0,0 +1 @@ +Remove redundant `Homeserver.get_ip_from_request` method. |