コード例 #1
0
 // stats for the further receiver's message
 function (cb) {
   messageStatService.updateMessageStat(receiverMessage, cb);
 },
コード例 #2
0
 // stats for the further receiver's message
 function (cb) {
   messageStatService.updateMessageStat(firstReply, cb);
 },
コード例 #3
0
 // update stats with another initiator's message
 function (cb) {
   messageStatService.updateMessageStat(initiatorMessage, cb);
 },