diff options
author | Erik Johnston <erik@matrix.org> | 2016-11-23 15:14:24 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-11-23 15:14:24 +0000 |
commit | feec71826523deb63ca6b43cdcecc8edf8710775 (patch) | |
tree | 22e17d6e0fca9a1ad4055198dcb0488cb3084623 /synapse/federation | |
parent | Fix tests (diff) | |
download | synapse-feec71826523deb63ca6b43cdcecc8edf8710775.tar.xz |
Shuffle receipt handler around so that worker apps don't need to load it
Diffstat (limited to 'synapse/federation')
-rw-r--r-- | synapse/federation/replication.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/federation/replication.py b/synapse/federation/replication.py index 797c4bedbf..62d865ec4b 100644 --- a/synapse/federation/replication.py +++ b/synapse/federation/replication.py @@ -64,7 +64,6 @@ class ReplicationLayer(FederationClient, FederationServer): self._clock = hs.get_clock() self.transaction_actions = TransactionActions(self.store) - self._transaction_queue = hs.get_federation_sender() self.hs = hs |