diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-09-11 14:23:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-11 14:23:24 +0100 |
commit | 9c555f37e30f339708dfd9a66687c4cd638aa957 (patch) | |
tree | f5f8f9502e9939f5685402a0b2e5a4d2f800bbbe /changelog.d | |
parent | Check dependencies on setup in the nicer way. (#5989) (diff) | |
download | synapse-9c555f37e30f339708dfd9a66687c4cd638aa957.tar.xz |
Add note about extra arg to send_membership_event, remove arg in remote_reject_invite (#6009)
Some small fixes to `room_member.py` found while doing other PRs. 1. Add requester to the base `_remote_reject_invite` method. 2. `send_membership_event`'s docstring was out of date and took in a `remote_room_hosts` arg that was not used and no calling function provided.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6009.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6009.misc b/changelog.d/6009.misc new file mode 100644 index 0000000000..fea479e1dd --- /dev/null +++ b/changelog.d/6009.misc @@ -0,0 +1 @@ +Small refactor of function arguments and docstrings in RoomMemberHandler. \ No newline at end of file |