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

fix(web): Intercom chat bubble should not show after closing integrat… #4951

Merged
merged 2 commits into from
Dec 10, 2023
Merged

fix(web): Intercom chat bubble should not show after closing integrat… #4951

merged 2 commits into from
Dec 10, 2023

Conversation

PaperBoardOfficial
Copy link
Contributor

…ion sidebar

What change does this PR introduce?

The intercom chat bubble used to show up after closing the integration sidebar. The RCA was that on closing the sidebar, it used to update the intercom provider with this data: update({ hideDefaultLauncher: false });
According to the https://www.intercom.com/help/en/articles/189-hide-the-messenger, the official intercom blog mentions : "If you want to hide the Messenger programatically, you can do this by adding the key-value pari hide_default_launcher to true or false in your intercomSettings snippet 👍".
So I removed the above call to update();

Why was this change needed?

This issue closes [NV-3237] (#4912).

Other information (Screenshots)

Screen.Recording.2023-12-06.at.5.07.41.PM.mov

@PaperBoardOfficial PaperBoardOfficial marked this pull request as draft December 6, 2023 12:19
@PaperBoardOfficial PaperBoardOfficial marked this pull request as ready for review December 6, 2023 12:20
@scopsy scopsy merged commit b5e2e57 into novuhq:next Dec 10, 2023
@jainpawan21 jainpawan21 linked an issue Dec 14, 2023 that may be closed by this pull request
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.

[NV-3237] Intercom chat bubble shouldn't be visible
2 participants