Open
Description
LabHub.is_room_member is unnecessarily a static method of the class.
It can be moved to a private function _is_room_member
at the module level, and then the tests can be improved to remove the need to do special plugin mocking.
See #572 (comment) for context