-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
feat: Adds the ability to disable the "new message notification" popup #9594
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code looks good to me except one minor comment. I have also verified it locally.
@iamsivin Please update the SDK docs after the merging the PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks fine, please merge it after testing.
@pranavrajs It's already tested by @muhsin-k |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Pull Request Template
Description
This PR allows disabling the new message notification popup from the
chatwootSettings
config by addingshowNotificationPopup: false
. By default, the new message notification will be enabled.Fixes https://linear.app/chatwoot/issue/CW-2834/is-there-a-way-to-disable-the-new-message-notification-popup
Type of change
How Has This Been Tested?
Loom video
https://www.loom.com/share/6117020ea1b44166b77066ee69ffff53?sid=07138d1f-82c3-4e5e-b45b-2601b83ac5f4
Checklist: