wildfirechat / android-chat

即时通讯,聊天,野火IMAndroid客户端,支持Android 4.x —— 最新
http://docs.wildfirechat.cn
Other
2.51k stars 863 forks source link

android clearAllUnreadStatus() 和 clearUnreadStatusEx() 函数的问题 #831

Closed chenlin4653 closed 9 months ago

chenlin4653 commented 9 months ago

android 端

调用 clearAllUnreadStatus()函数清除本地未读消息,未同步清除远程未读消息状态,卸载重新安装发现之前清除的未读消息依然存在;

调用 clearUnreadStatusEx(List conversationTypes, List lines)() 方法 返回 false , 没有任何效果,iOS这边 使用此方法 可以正常清除未读消息,且同步远程未读消息状态, 卸载重新安装,一切正常;

imndx commented 9 months ago

已修复,请用最新代码测试