Commit 0440b4a7 authored by 陈家荣's avatar 陈家荣

Merge branch 'bugfix_0628_thread_participant' into SANDBOX

parents 693ed0d2 937eb9a3
...@@ -1009,7 +1009,7 @@ function getMobileSubThreads(doc, sort, callback) { ...@@ -1009,7 +1009,7 @@ function getMobileSubThreads(doc, sort, callback) {
}); });
var obj = {}; var obj = {};
obj.items = list; obj.items = list;
var newDoc = {}; var newDoc = doc.toObject();
newDoc.subThreads = obj; newDoc.subThreads = obj;
cb(null, newDoc); cb(null, newDoc);
} }
......
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 to comment