summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <paul@matrix.org>2016-01-07 17:07:49 +0000
committerPaul "LeoNerd" Evans <paul@matrix.org>2016-01-07 17:07:49 +0000
commitda4865772882998c4858d73f2cb8a8008beda6d9 (patch)
tree75292e04d7731e97c415f67ed56c2be24a60b554
parentUse the returned backfill events to fill in any missing auth events before re... (diff)
downloadsynapse-paul/SYN-560.tar.xz
Add a comment to a variable in federation code to explain what it's for paul/SYN-560
-rw-r--r--synapse/handlers/federation.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/handlers/federation.py b/synapse/handlers/federation.py
index 8a4fc07bbf..d445bcdb2e 100644
--- a/synapse/handlers/federation.py
+++ b/synapse/handlers/federation.py
@@ -310,6 +310,7 @@ class FederationHandler(BaseHandler):
 
         event_ids = set(e.event_id for e in events)
 
+        # A list of dangling edges in the set of events received from the peer
         edges = [
             ev.event_id
             for ev in events