Hello, i need your help. below we using code in i...
# 💻developers
a
Hello, i need your help. below we using code in index.html. when i delete conversation then automatically message not rendering.. when i type then message is rendering.. window.botpressWebChat.init({ composerPlaceholder: 'Type Here', host: "https://admin.botpress.dental-sem.co.uk", botId: "base_bot", userId: userId, botName: data.chatbot.chatbot_platforms[0].settings.config.bot_name, avatarUrl: data.chatbot.chatbot_platforms[0].settings.icon, stylesheet: customCss, showPoweredBy: false, enableConversationDeletion: true, })