fbradyirl / webex_bot

Python package for a Webex Bot based on websockets.
MIT License
68 stars 44 forks source link

Fix false positive user approval #14

Closed sandorzm closed 2 years ago

sandorzm commented 2 years ago

If self.approved_users was empty, all users would be approved regardless of self.approved_domains, which is incorrect. This problem was mentioned in #7 but still exists. The same bug in a different function was fixed in #9. (Also removed incorrect "not" in docstring.)