MatrixSynapse/synapse/federation
Patrick Cloke 204b66c203
Remove unneeded __init__. (#15926)
Remove an __init__ which only calls super() without changing the
input arguments.
2023-07-12 14:30:05 +00:00
..
sender Regularly try to wake up dests instead of waiting for next PDU/EDU (#15743) 2023-06-16 10:15:12 +00:00
transport Remove unneeded __init__. (#15926) 2023-07-12 14:30:05 +00:00
__init__.py
federation_base.py Factor out an `is_mine_server_name` method (#15542) 2023-05-05 15:06:22 +01:00
federation_client.py Fix MSC3983 support: Use the unstable /keys/claim federation endpoint if multiple keys are requested (#15755) 2023-06-13 18:07:55 +02:00
federation_server.py Fix MSC3983 support: only one OTK per device was returned through federation (#15770) 2023-06-13 19:51:47 +02:00
persistence.py
send_queue.py Factor out an `is_mine_server_name` method (#15542) 2023-05-05 15:06:22 +01:00
units.py