Commit a4b1948
authored
fix: improve chatbot iframe handshake (#1373)
## Description
- Make the handshake with the chat easier
## What type of PR is this? (check all applicable)
- [ ] π‘ (feat) - A new feature (non-breaking change which adds
functionality)
- [ ] π (refactor) - Code Refactoring - A code change that neither fixes
a bug nor adds a feature
- [x] π (fix) - Bug Fix (non-breaking change which fixes an issue)
- [ ] π (perf) - Optimization
- [ ] π (docs) - Documentation - Documentation only changes
- [ ] π (test) - Tests - Adding missing tests or correcting existing
tests
- [ ] βοΈ (ci) - Continuous Integrations - Changes to our CI
configuration files and scripts (example scopes: Travis, Circle,
BrowserStack, SauceLabs)
- [ ] βοΈ (chore) - Chores - Other changes that don't modify src or test
files
- [ ] β©οΈ (revert) - Reverts - Reverts a previous commit(s).
<!--
For a timely review/response, please avoid force-pushing additional
commits if your PR already received reviews or comments.
Before submitting a Pull Request, please ensure you've done the
following:
- π·ββοΈ Create small PRs. In most cases this will be possible.
- β
Provide tests for your changes.
- π Use descriptive commit messages (as described below).
- π Update any related documentation and include any relevant
screenshots.
Commit Message Structure (all lower-case):
<type>(optional ticket number): <description>
[optional body]
-->1 parent 087a8a7 commit a4b1948
1 file changed
+38
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
124 | 132 | | |
125 | 133 | | |
126 | 134 | | |
| |||
650 | 658 | | |
651 | 659 | | |
652 | 660 | | |
653 | | - | |
654 | | - | |
655 | | - | |
656 | | - | |
657 | | - | |
658 | | - | |
659 | | - | |
660 | | - | |
661 | | - | |
662 | | - | |
663 | | - | |
664 | | - | |
665 | | - | |
666 | | - | |
667 | 661 | | |
668 | 662 | | |
669 | 663 | | |
| |||
688 | 682 | | |
689 | 683 | | |
690 | 684 | | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
691 | 694 | | |
692 | 695 | | |
693 | 696 | | |
| |||
717 | 720 | | |
718 | 721 | | |
719 | 722 | | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
720 | 736 | | |
721 | 737 | | |
722 | 738 | | |
| |||
726 | 742 | | |
727 | 743 | | |
728 | 744 | | |
729 | | - | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
730 | 753 | | |
731 | 754 | | |
732 | 755 | | |
| |||
0 commit comments