java-wechaty
java-wechaty copied to clipboard
.onRoomJoin() / .onRoomLeave() not working
Version is newest a0a374b
token is puppet_wxwork_xxxxxxxxxx
Just onRoomJoin and onRoomLeave not working. But other functions is fine (for example onRoomTopic is working well).
wechaty.onRoomJoin(...) // not working
...
wechaty.onRoomLeave(...) // not working
...
wechaty.onRoomTopic(...) // working well
Maybe same as this wechaty issue(join, room-join 不再起作用)?