diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-01-16 18:59:04 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-01-16 19:01:03 +0000 |
commit | 5fed04264056263e10b920a917a3a40f88e7e820 (patch) | |
tree | 4c5eb1c463ea424824fc0b07b4eb4de7a2a4c26d /synapse/http/matrixfederationclient.py | |
parent | Fold _do_request_for_transaction into the methods that called it since it was... (diff) | |
download | synapse-5fed04264056263e10b920a917a3a40f88e7e820.tar.xz |
Finish renaming "context" to "room_id" in federation codebase
Diffstat (limited to 'synapse/http/matrixfederationclient.py')
-rw-r--r-- | synapse/http/matrixfederationclient.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/http/matrixfederationclient.py b/synapse/http/matrixfederationclient.py index aa14782b0f..1dda3ba2c7 100644 --- a/synapse/http/matrixfederationclient.py +++ b/synapse/http/matrixfederationclient.py @@ -72,7 +72,6 @@ class MatrixFederationHttpClient(object): requests. """ - def __init__(self, hs): self.hs = hs self.signing_key = hs.config.signing_key[0] |