进入房间
This commit is contained in:
@@ -1126,7 +1126,6 @@ class Room extends Model
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//记录用户退出房
|
//记录用户退出房
|
||||||
db::name('vs_room_visitor')->where(['room_id' => $room_id, 'user_id' => $user_id])->delete();
|
db::name('vs_room_visitor')->where(['room_id' => $room_id, 'user_id' => $user_id])->delete();
|
||||||
//房间的模式
|
//房间的模式
|
||||||
|
|||||||
Reference in New Issue
Block a user