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

feat: support triggering no reply response (BUG-373) #50

Merged
merged 4 commits into from
Jun 12, 2023

Conversation

jonahsnider
Copy link
Contributor

Fixes or implements BUG-373

Brief description. What is this change?

currently the chat widget does not ever tell the runtime that the user has stopped replying, so there is no way to trigger the no reply response.

this PR changes that, it will use a timer to tell the runtime when the user has stopped responding, which means that you will be able to trigger no reply responses as expected

Checklist

  • Breaking changes have been communicated, including:
    • New required environment variables
    • Renaming of interfaces (API routes, request/response interface, etc)
  • New environment variables have been deployed
  • Appropriate tests have been written
    • Bug fixes are accompanied by an updated or new test
    • New features are accompanied by a new test

@jonahsnider jonahsnider marked this pull request as ready for review May 30, 2023 16:07
@jonahsnider jonahsnider merged commit 5c9319e into master Jun 12, 2023
3 checks passed
@jonahsnider jonahsnider deleted the jonah/no-reply/BUG-373 branch June 12, 2023 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants