mirror of
https://github.com/matrix-org/synapse.git
synced 2025-12-24 10:41:32 +01: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
@ -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…
x
Reference in New Issue
Block a user