clarify comment on p_ids
This commit is contained in:
parent
e22700c3dd
commit
1a01a5b964
|
@ -1553,7 +1553,8 @@ def _calculate_state(
|
||||||
# as we may not have sent them to the client before. We find these membership
|
# as we may not have sent them to the client before. We find these membership
|
||||||
# events by filtering them out of timeline_start, which has already been filtered
|
# events by filtering them out of timeline_start, which has already been filtered
|
||||||
# to only include membership events for the senders in the timeline.
|
# to only include membership events for the senders in the timeline.
|
||||||
# In practice, we can do this by removing them from the p_ids list.
|
# In practice, we can do this by removing them from the p_ids list,
|
||||||
|
# which is the list of relevant state we know we have already sent to the client.
|
||||||
# see https://github.com/matrix-org/synapse/pull/2970
|
# see https://github.com/matrix-org/synapse/pull/2970
|
||||||
# /files/efcdacad7d1b7f52f879179701c7e0d9b763511f#r204732809
|
# /files/efcdacad7d1b7f52f879179701c7e0d9b763511f#r204732809
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue