-
Couldn't load subscription status.
- Fork 30.2k
[IMP] mail: remove chat bot from channel once operator is found #189456
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
[IMP] mail: remove chat bot from channel once operator is found #189456
Conversation
bc1081f to
47a3ad8
Compare
775f33d to
33a5744
Compare
9f6e880 to
e2da92e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@robodoo delegate+
|
@robodoo r+ |
…ound *: website_livechat. Having the chat bot in the channel members feels unnecessary. This PR adapts the forward operator step in order to remove the chat bot from the channel once an operator is found. task-4354075
e2da92e to
238ed2d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@robodoo r+
…ound *: website_livechat. Having the chat bot in the channel members feels unnecessary. This PR adapts the forward operator step in order to remove the chat bot from the channel once an operator is found. task-4354075 closes #189456 Signed-off-by: Matthieu Stockbauer (tsm) <tsm@odoo.com>
When a chat bot forwards the conversation to a human operator, the
live chat name is updated to reflect this change. However, the way
the name is updated changed in [1] while it was not intended.
This name is used by live chat managers to review session history.
Both the operator and visitor names are important in this context.
This PR restores the original naming: "{operator_name, visitor_name}".
[1]: odoo#189456
When a chat bot forwards the conversation to a human operator, the
live chat name is updated to reflect this change. However, the way
the name is updated changed in [1] while it was not intended.
This name is used by live chat managers to review session history.
Both the operator and visitor names are important in this context.
This PR restores the original naming: "{operator_name, visitor_name}".
[1]: #189456
closes #191111
Signed-off-by: Matthieu Stockbauer (tsm) <tsm@odoo.com>

Until now, the chat bot stayed as a member of the channel after the
"forward_operator" step. It makes more sense to remove it from the
channel.
task-4354075