We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When use type "youtube" response in multiple response like this,
msg.push({ type: 'youtube', value: 'VIyE2K33w-w', }); msg.push({ type: 'text', value: message, });
it works if it is in the first response.
but any after the second does not work.
msg.push({ type: 'text', value: message, }); msg.push({ type: 'youtube', value: 'VIyE2K33w-w', });
seems iframe strings might be mis-encoded or not decoded corrrectly. (I might be wrong, sorry...)
Anyway, chatux is so awesome! Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When use type "youtube" response in multiple response like this,
it works if it is in the first response.
but any after the second does not work.
seems iframe strings might be mis-encoded or not decoded corrrectly. (I might be wrong, sorry...)
Anyway, chatux is so awesome! Thanks!
The text was updated successfully, but these errors were encountered: