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

[welcome.js] Wait for user to come online before welcome message #10

Open
samuelcouch opened this issue Sep 16, 2015 · 0 comments
Open

Comments

@samuelcouch
Copy link
Collaborator

The problem I've noticed is that creating a Slack account automatically throws you in to #general, but that doesn't necessarily mean that you're online and in the chat.

Right now we catch the robot.enter event (a user joins a channel) and push new users into the queue to welcome them at the next interval -- what would be best is push them into a queue and wait until the next time they come online and welcome them at that time (this could still be batched).

Requires finding a way to detect online status.

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

No branches or pull requests

1 participant