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

Donut: 为什么自己发的消息 message那里监听不到 #637

Open
csb2515822045 opened this issue Jan 23, 2025 · 1 comment
Open

Donut: 为什么自己发的消息 message那里监听不到 #637

csb2515822045 opened this issue Jan 23, 2025 · 1 comment
Assignees
Labels
donut Wechaty Puppet Donut

Comments

@csb2515822045
Copy link

await room.say(msg.data.content);

用的say方法发的消息 不知道为什么messgae那里检查不到 而且用手机看消息 是不显示是否已读的那个标志的
怎么解决不检测的问题

@csb2515822045 csb2515822045 added the donut Wechaty Puppet Donut label Jan 23, 2025
@su-chang
Copy link
Member

su-chang commented Feb 6, 2025

say发送消息,message事件不会监听,需要自行做逻辑处理。

发送消息后想要标记已读,可以单独调用标为已读的接口。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
donut Wechaty Puppet Donut
Projects
None yet
Development

No branches or pull requests

3 participants