summary refs log tree commit diff
path: root/synapse/handlers/federation.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-03-12 16:49:27 +0000
committerErik Johnston <erik@matrix.org>2015-03-12 16:52:02 +0000
commitd1ae594ae5eef90a9f1d1dc1dc0be3779917f20c (patch)
treed419ce0ccdb5d5b2e29726f326916f67363d268a /synapse/handlers/federation.py
parentFix bug in logging. (diff)
downloadsynapse-d1ae594ae5eef90a9f1d1dc1dc0be3779917f20c.tar.xz
Add a utility class that can be used to generate a twisted deferred aware call graph
Diffstat (limited to '')
-rw-r--r--synapse/handlers/federation.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/handlers/federation.py b/synapse/handlers/federation.py

index ae4e9b316d..14c416fc68 100644 --- a/synapse/handlers/federation.py +++ b/synapse/handlers/federation.py
@@ -73,7 +73,6 @@ class FederationHandler(BaseHandler): # When joining a room we need to queue any events for that room up self.room_queues = {} - @log_function @defer.inlineCallbacks def handle_new_event(self, event, destinations): """ Takes in an event from the client to server side, that has already