|
@ -628,7 +628,7 @@ class Sessions extends RedisModel {
|
|
|
if(session.type != SESSION_TYPES.GROUP){
|
|
|
for(var j in users){
|
|
|
if(users[j]==userId)continue;
|
|
|
WechatClient.sendAllRead(users[j]);
|
|
|
WechatClient.sendAllRead(users[j],sessionId);
|
|
|
}
|
|
|
}
|
|
|
|
|
@ -655,7 +655,7 @@ class Sessions extends RedisModel {
|
|
|
if(session.type != SESSION_TYPES.GROUP){
|
|
|
for(var j in users){
|
|
|
if(users[j]==userId)continue;
|
|
|
WechatClient.sendAllRead(users[j]);
|
|
|
WechatClient.sendAllRead(users[j],sessionId);
|
|
|
}
|
|
|
}
|
|
|
})
|