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

Triggers should be able to redirect to newly created rooms #1096

Closed
vanstee opened this issue Oct 26, 2016 · 0 comments
Closed

Triggers should be able to redirect to newly created rooms #1096

vanstee opened this issue Oct 26, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@vanstee
Copy link
Member

vanstee commented Oct 26, 2016

There's a bug in how redirects are handled in trigger pipelines. If you startup the bot, create a new room and then create a trigger that redirects to that room, executing the trigger will fail saying the redirect is invalid. However, if you then restart the bot (and the channel exists when the bot starts) the trigger will execute successfully as we expect. There must be an issue where rooms are cached on startup and then looked up from that cache without being updated when a new channel is created. This may be a general issue with all redirects (not just triggers) but I haven't tested that yet.

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

2 participants