-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Room announcement is not working properly for some puppet implementation #1816
Comments
I would like to think that the announcement message should be seen from the user as a normal mention message for themselves. |
Okay, if we implement the feature in that way, then for |
Correct. That's the idea. Please go ahead. |
Okay, will impl in that way. Close this issue. |
Great. Looking forward to this new feature, and thank you very much for keeping improving the Wechaty. Cheers! |
BTW: I'd like to keep this issue to be open so that you could be able to reference this issue in your Pull Request and commits. We can close it after all the Pull Requests had been merged, and confirmed all functionalities are working well. |
This issue was originally opened for discussion of how to deal with room announcement message, and we have a conclusion, so this topic should be considered as closed. But you want to track this issue's progress, so let's rename this issue and pivot the purpose of this issue to |
Thank you for renaming this issue and keeping track it. Would love to know the following works related to this issue. |
This issue is resolved in Can we close this issue? @huan |
Of course. And it would be great if you could link the related issues & pull request to this issue before closing it. Thanks for your contribution! |
Okay, linked the issue and close this issue :) |
Today we tested the room announcement feature with
wechaty-puppet-padpro
.Seems like the room announcement is a special type of message, which mentions everyone in the room, and the data structure is different from the regular messages. So calling the
mention()
ormentionSelf()
method on an announcement message will throw out errors withwechaty-puppet-padpro
. I haven't got time to pull out the actually message content yet, will do this later, but before that, I wondered how should we handle such message, and would like to start the discussion about the way that we deal with such kind of message.Shall we put all room members in the
message.mention()
call? Or we could have some other message type?Please let me know what you think @huan
After we have conclusion of how to deal with the room announcement message, we need to fix the room announcement implementation in
wechaty-puppet-padpro
, issue here: wechaty/wechaty-puppet-padpro#166Other puppet implementation needs to check the function is working as expected.
The text was updated successfully, but these errors were encountered: