You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@wechaty/ducks for example, room_dirty function will tell the hostie-server that room info is dirty, and it should update room info from weixin. So that hostie-server will send right info to python-wechaty.
I get the contact list of my bot from api: self.Contact.find_all()
But i found the contact_list is not updated. (Some of my friend not found, Someone I deleted is still there, the alias name is not updated)
I trace the find_all() function and found:
I guess it request the contact list from the remote server.
How can I get the updated contact list?
The text was updated successfully, but these errors were encountered: