Room.find()
can find the room when the bot is removed from the room
#254
Labels
Room.find()
can find the room when the bot is removed from the room
#254
Run
npm run doctor
orwechaty run doctor
(for docker user), paste output hereExpected behavior
When the bot is removed from the room, function
Room.find()
shouldn't find the room.Actual behavior
When the bot is removed from the room, function
Room.find()
shouldn't find the room.Steps to reproduce the behavior (and fixes, if any)
1. Trying the following code
When running the first function
await testRoom()
, the bot in the room, all works well.Then I removed the bot from the room.
When running the second function
await testRoom()
, the bot isn't in the room, and I check the web weixin, the bot isn't in the room, but it still can find the room, all the data are same as the first one.2. Relogin with the existed session using the code above
It still can find the room, but the memberList is null.
log as follows:
The text was updated successfully, but these errors were encountered: