open-im-sdk-android
open-im-sdk-android copied to clipboard
[BUG] The getAllConversationList function cannot retrieve the latest nickname and avatar
OpenIM Server Version
3.8.1
Operating System and CPU Architecture
Linux (ARM)
Deployment Method
Source Code Deployment
Bug Description and Steps to Reproduce
When chatting with strangers, if the other party updates their nickname and avatar, the getAllConversationList function still retrieves the old avatar. When the other party sends me a message, the nickname and avatar included in the printed message are the new ones. However, in the ConversationInfo from getAllConversationList, the nickname and avatar of the other party are still the old ones.
Screenshots Link
No response