botfront / rasa-webchat

A feature-rich chat widget for Rasa and Botfront
https://botfront.io/rasa
Apache License 2.0
945 stars 495 forks source link

tooltipPayload overwrites initPayload #468

Open MuhannadCy opened 1 year ago

MuhannadCy commented 1 year ago

I've encountered an issue and couldn't find a way to resolve it

If you pass the parameter tooltipPayload, the initPayload parameter will not trigger

I've been trying to find a workaround for this issue but I've been unable to find one

Is there a way to use the onChatOpen function to emit a message to socket to trigger the initPyaload ?

MuhannadCy commented 1 year ago

okay so I've been able to resolve this by editing the file https://cdn.jsdelivr.net/npm/rasa-webchat@1.x.x/lib/index.js and commenting out the line ",a({type:"INITIALIZE"})" in the function trySendTooltipPayload

what this line was doing is setting the a variable "initialized" to true and the function trySendInitPayload checks if that variable is true it will not run, by removing that line the variable will not be set to true and the initPayload will run

stale[bot] commented 10 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.