summary refs log tree commit diff
path: root/changelog.d/6010.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changelogRichard van der Hoff2019-09-261-1/+0
|
* Remove origin parameter from add_display_name_to_third_party_invite and add ↵Andrew Morgan2019-09-111-0/+1
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.