라이브 방 정보 - 방 나가기 로직 디버그 하기 위해 print 코드 추가
This commit is contained in:
parent
018a4a95a2
commit
7d904067fe
|
@ -875,6 +875,7 @@ class LiveRoomService(
|
|||
val roomInfo = roomInfoRepository.findByIdOrNull(roomId)
|
||||
if (roomInfo != null) {
|
||||
val room = repository.getLiveRoom(roomId) ?: return
|
||||
println(room)
|
||||
if (room.member != null && room.member!!.id!! == member.id!!) {
|
||||
room.isActive = false
|
||||
kickOutService.deleteKickOutData(roomId = room.id!!)
|
||||
|
|
Loading…
Reference in New Issue