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

In multiple response, type "youtube" works only in the first response #36

Open
kun432 opened this issue Feb 5, 2022 · 0 comments
Open

Comments

@kun432
Copy link

kun432 commented Feb 5, 2022

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.

s 42

but any after the second does not work.

    msg.push({
      type: 'text',
      value: message,
    });
    msg.push({
      type: 'youtube',
      value: 'VIyE2K33w-w',
    });

s 41

seems iframe strings might be mis-encoded or not decoded corrrectly. (I might be wrong, sorry...)

s 43

Anyway, chatux is so awesome! Thanks!

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

No branches or pull requests

1 participant