Skip to content
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

Fix persistent history when used with teaser message #85

Merged
merged 2 commits into from
Mar 28, 2025

Conversation

kwinto
Copy link
Contributor

@kwinto kwinto commented Mar 27, 2025

Success criteria

Please describe what should be possible after this change. List all individual items on a separate line.

  • When teaser message arrives, it still should restore the chat history.

How to test

Please describe the individual steps on how a peer can test your change.

  1. Provide static session id.
  2. Init with:
teaserMessage: {
    teaserMessageDelay: 5000,
    text: "Hi there!"
},
  1. Do not wait for a teaser message to arrive and open the chat.
  2. Talk to a bot.
  3. Reload.
  4. Again, do not wait to a teaser message, open the chat.
  5. History should be restored.
  6. Reload the page.
  7. Wait for the teaser message. Click it.
  8. History should be restored (previously it was not the case).

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes an issue where the chat history was not properly restored when using a teaser message.

  • Adds a RESET_STATE action to conditionally restore persisted messages if the current message history is empty.
  • Uses a specific condition to detect an "empty" history (or history with only an engagement message) to avoid duplicates.

Copy link
Contributor

@vj-venkatesan vj-venkatesan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When there are multiple conversations (Through previous conversations) and I start a new conversation and follow your steps, the teaser always takes me to the oldest conversation

Say the following chat history

  1. C (Recent)
  2. B
  3. A
    Clicking teaser always goes to A , is that we want ?

@kwinto
Copy link
Contributor Author

kwinto commented Mar 27, 2025

When there are multiple conversations (Through previous conversations) and I start a new conversation and follow your steps, the teaser always takes me to the oldest conversation

Say the following chat history

  1. C (Recent)
  2. B
  3. A
    Clicking teaser always goes to A , is that we want ?

If you have a distinct session id configured, it will always open that conversation.

@vj-venkatesan
Copy link
Contributor

When there are multiple conversations (Through previous conversations) and I start a new conversation and follow your steps, the teaser always takes me to the oldest conversation
Say the following chat history

  1. C (Recent)
  2. B
  3. A
    Clicking teaser always goes to A , is that we want ?

If you have a distinct session id configured, it will always open that conversation.

Ah yes that makes sense , what If i don't have a distinct session ?

@kwinto
Copy link
Contributor Author

kwinto commented Mar 27, 2025

Ah yes that makes sense , what If i don't have a distinct session ?

It will then generate a random id for the session. So, the "Start conversation" button and the teaser message bubble would always lead to a new conversation.

@kwinto kwinto merged commit b86804e into main Mar 28, 2025
5 checks passed
@kwinto kwinto deleted the bug/87720-teaser-message-with-persisted-history branch March 28, 2025 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants