-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Request] make use of "thread" feature of Hangouts Chat #3
Comments
Hi @fkusei, I don't really understand what you mean. Could you please go into more detail? Thanks :) |
hm, after reading it myself, i see it's a bit confusing ... Hangouts Chat allows to organize messages in threads. It would be nice if the Bot would be able to group all messages of (for example) a branch build in one thread, so it's easier to track what happened in the history. |
This could be implemented by using the Hangouts REST API instead of webhooks. I think this would be a bigger change but it could be interesting to think about this in detail. |
It's possible to use the 'threadKey' key in the webhook request, there should be no need to use the API. See https://bitbucket.apps.seibert-media.net/projects/VID/repos/viri-gchat/browse/viri.py#77 for an example. |
Working on it -> 7dc7ccc |
It would be nice if messages could be configured to be grouped by build plan (for example, when building branches).
The text was updated successfully, but these errors were encountered: