Skip to content

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

@kun432

Description

@kun432

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions