mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-08 08:14:56 -04:00
Also use stable name in SendJoinResponse struct (#14841)
* Also use stable name in SendJoinResponse struct follow-up to #14832 * Changelog * Fix a rename I missed * Run black * Update synapse/federation/federation_client.py Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com> Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
This commit is contained in:
parent
5f171c1651
commit
85a7a201fa
5 changed files with 17 additions and 14 deletions
|
@ -1502,7 +1502,7 @@ def _get_event_ids_for_partial_state_join(
|
|||
prev_state_ids: StateMap[str],
|
||||
summary: Dict[str, MemberSummary],
|
||||
) -> Collection[str]:
|
||||
"""Calculate state to be retuned in a partial_state send_join
|
||||
"""Calculate state to be returned in a partial_state send_join
|
||||
|
||||
Args:
|
||||
join_event: the join event being send_joined
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue