mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-03 13:18:56 +01:00
9c555f37e3
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.
1 line
No EOL
73 B
Text
1 line
No EOL
73 B
Text
Small refactor of function arguments and docstrings in RoomMemberHandler. |