-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
SuggestedActions that are accidentally sent to the bot are being rendered for the user #1057
Labels
bug
Indicates an unexpected problem or an unintended behavior.
front-burner
Good first bug
p2
Nice to have
size-s
1 days or less
Milestone
Comments
For activities with "receipient = bot" and contains suggested actions, Web Chat should not show suggested actions. Is that right? Notes to fixer
Will fix in v4. |
@tonyanziano hey are you working on this atm? Could you let us know your status? :) |
Fix in the code is already in. Just needs a test. |
Note from Tony: this is already in codebase and test needs to be written. Leaving as 4.2 |
compulim
added
the
bug
Indicates an unexpected problem or an unintended behavior.
label
Dec 18, 2018
compulim
added
community-help-wanted
This is a good issue for a contributor to take on and submit a solution
and removed
community-help-wanted
This is a good issue for a contributor to take on and submit a solution
labels
Dec 18, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Indicates an unexpected problem or an unintended behavior.
front-burner
Good first bug
p2
Nice to have
size-s
1 days or less
The v4 Emulator which uses 0.13.1-master.6da7b6c will show the user SuggestedActions that were sent to the bot. Testing this using the iFrame also renders the same result, SuggestedActions that should be only "seen" by the bot are showing for the user.
On other channels like Skype, if the suggestedAction
to
field is populated with the bot's id, the SuggestedActions do not render for the user.Example code from BB-Py #100:
The activity's SuggestedActions show up for the user in WebChat and in the v4 Emulator, whereas this code sent to another channel would not work. Sending this activity to Skype results in the text,
"My text"
appearing, but not the SuggestedActions.The text was updated successfully, but these errors were encountered: