Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bot reports stale connected room list #6

Open
parabuzzle opened this issue Feb 23, 2015 · 0 comments
Open

Bot reports stale connected room list #6

parabuzzle opened this issue Feb 23, 2015 · 0 comments
Labels

Comments

@parabuzzle
Copy link
Owner

When calling bot.joined_rooms, if the bot was denied access to the room (ref: #5), it will still list that room as a connected room.

A few options could be chosen here:

  1. We could verify the join before adding to the list
  2. We could refresh the list when a PING is handled
  3. We could verify the joins when the method is called

(I think all three are the best option) 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant