MatrixRoom.get_members returns non-members
The get_members
method returns non-members. It actually returns all membership events, which by design contains leaves, kicks, etc. The method tries to filter for joins and invites, but does it wrong: The request is a GET request, and cannot have a POST body.