Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6840 from matrix-org/rav/federation_client_async
Browse files Browse the repository at this point in the history
* commit '577f46036':
  make FederationClient._do_send_invite async
  Apply suggestions from code review
  make FederationClient.send_invite async
  newsfile
  make FederationClient.get_missing_events async
  make FederationClient._do_send_leave async
  make FederationClient.send_leave.send_request async
  make FederationClient._do_send_join async
  make FederationClient.send_join.send_request async
  make FederationClient.make_membership_event.send_request async
  make FederationClient._try_destination_list async
  make FederationClient.send_leave async
  make FederationClient.send_join async
  make FederationClient.make_membership_event async
  make FederationClient.get_event_auth async
  make FederationClient.get_room_state_ids async
  make FederationClient.get_pdu async
  make FederationClient.backfill async
  • Loading branch information
anoadragon453 committed Mar 23, 2020
2 parents 00b7754 + 577f460 commit aa17b55
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 136 deletions.
1 change: 1 addition & 0 deletions changelog.d/6840.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Port much of `synapse.handlers.federation` to async/await.
Loading

0 comments on commit aa17b55

Please sign in to comment.