We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f7503 commit 82d1e74Copy full SHA for 82d1e74
wechatrobot/WeChatRobot.py
@@ -82,6 +82,8 @@ def receive_callback(self , msg):
82
elif (1 == msg["isSendMsg"]):
83
if 1 == msg["isSendByPhone"]:
84
Bus.emit("self_msg", msg)
85
+ else:
86
+ Bus.emit("sent_msg", msg)
87
elif "chatroom" in msg["sender"]:
88
Bus.emit("group_msg", msg)
89
else:
0 commit comments