Skip to content

hide chat is not working #62

@chaitanya71998

Description

@chaitanya71998

Greetings,
I was using hide-chat in a botpress project. I created a flow to make composer hide and should be visible only when required.
Sometimes its working fine but and not working sometimes, especially when I am using for mobiles. Not knowing why is this happening. Can I know what is the issue here and how to solve it

here is the link to the flow I created with hide-chat module https://drive.google.com/drive/folders/1a1uCL-gvzlbgWwnpfg8qZmKWVJtr366Y?usp=sharing

also what are these conditions isBotMessage && isLastGroup we are using for, can we remove these conditions, if removed will they cause any issue?

if (isBotMessage && isLastGroup) {
      composer.setHidden(hidden)
    }

Thanks in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions