mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-18 00:43:30 +03:00
Add a comment to a variable in federation code to explain what it's for
This commit is contained in:
parent
05c1c838f2
commit
da48657728
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue