Commit 9db323f7 by Sixong.Zhu

update

parent aed5b4c4
Showing with 5 additions and 7 deletions
......@@ -1247,13 +1247,11 @@ export default {
}
}
return dbController
.setMessageReaded(option.chat, {
start: option.start,
end: option.end,
allRead: option.all,
})
.then(() => (state[ChatStore.STATE_CHAT_MSG_HISTORY] = items));
return dbController.setMessageReaded(option.chat, {
start: option.start,
end: option.end,
allRead: option.all,
});
},
},
getters: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment