fix:update sync channel messages

This commit is contained in:
SL 2024-10-21 19:31:24 +08:00
parent 2abc855db3
commit 18d12c6270

View File

@ -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) {