mirror of
https://github.com/WuKongIM/WuKongIMAndroidSDK
synced 2025-06-06 17:50:53 +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)) {
|
if (WKCommonUtils.isNotEmpty(reactionList)) {
|
||||||
MsgDbManager.getInstance().insertMsgReactions(reactionList);
|
MsgDbManager.getInstance().insertMsgReactions(reactionList);
|
||||||
}
|
}
|
||||||
List<WKMsg> saveList = MsgDbManager.getInstance().queryWithMsgIds(msgIds);
|
// List<WKMsg> saveList = MsgDbManager.getInstance().queryWithMsgIds(msgIds);
|
||||||
getMsgReactionsAndRefreshMsg(msgIds, saveList);
|
// getMsgReactionsAndRefreshMsg(msgIds, saveList);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void addOnSendMsgAckListener(String key, ISendACK iSendACKListener) {
|
public void addOnSendMsgAckListener(String key, ISendACK iSendACKListener) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user