-
Notifications
You must be signed in to change notification settings - Fork 3
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
Messages collation #10
Conversation
@kwinto I did functional test, and looks working to me. |
Yes, it should be independent of message type. |
This PR implements message collation: subsequent messages from the same source are rendered without header (if they are within a 1-minute limit from the previous message).
See #55736 in Azure for ref.
Also moved GitHub action configs to a proper directory. This should enable test pipeline in the repo after the PR is merged.
Changes necessary to test this in Webchat are already on the v3 branch.