|
|
@@ -155,7 +155,7 @@ class imsocket extends Server
|
|
|
$temML['to_user_id']= $row['to_user_id'];
|
|
|
$temML['message']= $row['message'];
|
|
|
$temML['sendtime']= $row['sendtime'];
|
|
|
- if($row['is_push']==1){
|
|
|
+ if($row['is_push']==1 && $row['to_user_id']==$from_user_id){
|
|
|
if(empty($push_id)){
|
|
|
$push_id=$row['id'];
|
|
|
}else{
|