forked-synapse/synapse/federation
Andrew Morgan cd17a2085e
Remove origin parameter from add_display_name_to_third_party_invite and add params to docstring (#6010)
Another small fixup noticed during work on a larger PR. The `origin` field of `add_display_name_to_third_party_invite` is not used and likely was just carried over from the `on_PUT` method of `FederationThirdPartyInviteExchangeServlet` which, like all other servlets, provides an `origin` argument.

Since it's not used anywhere in the handler function though, we should remove it from the function arguments.
2019-09-11 10:37:17 +01:00
..
sender use access methods (duh..) 2019-09-05 15:07:17 +01:00
transport Remove origin parameter from add_display_name_to_third_party_invite and add params to docstring (#6010) 2019-09-11 10:37:17 +01:00
__init__.py Remove unused ReplicationLayer 2018-03-13 11:00:04 +00:00
federation_base.py Replace returnValue with return (#5736) 2019-07-23 23:00:55 +10:00
federation_client.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
federation_server.py Remove origin parameter from add_display_name_to_third_party_invite and add params to docstring (#6010) 2019-09-11 10:37:17 +01:00
persistence.py remove dead transaction persist code (#5622) 2019-07-05 12:59:42 +01:00
send_queue.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
units.py Link the send loop with the edus contexts 2019-09-05 14:42:37 +01:00