mirror of
https://github.com/WuKongIM/WuKongIMAndroidSDK
synced 2025-06-05 00:28:22 +00:00
fix:update sync channel messages
This commit is contained in:
parent
2abc855db3
commit
18d12c6270
@ -976,8 +976,8 @@ public class MsgManager extends BaseManager {
|
||||
if (WKCommonUtils.isNotEmpty(reactionList)) {
|
||||
MsgDbManager.getInstance().insertMsgReactions(reactionList);
|
||||
}
|
||||
List<WKMsg> saveList = MsgDbManager.getInstance().queryWithMsgIds(msgIds);
|
||||
getMsgReactionsAndRefreshMsg(msgIds, saveList);
|
||||
// List<WKMsg> saveList = MsgDbManager.getInstance().queryWithMsgIds(msgIds);
|
||||
// getMsgReactionsAndRefreshMsg(msgIds, saveList);
|
||||
}
|
||||
|
||||
public void addOnSendMsgAckListener(String key, ISendACK iSendACKListener) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user