This website requires JavaScript.
Explore
Help
Sign In
klaus
/
sodalive-backend-spring-boot
Watch
1
Star
0
Fork
0
You've already forked sodalive-backend-spring-boot
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
4d1f84cc5c644771bafb23b2c3d03dfddf8ab011
sodalive-backend-spring-boot
/
src
/
main
History
Klaus
4d1f84cc5c
feat(chat-room): 채팅방 목록 API 응답 구조 개편 및 최근 메시지/프로필 이미지 제공\n\n- 페이징 객체 제거: ApiResponse<List<ChatRoomListItemDto>> 형태로 반환\n- 메시지 보낸 시간 필드 제거\n- 상대방(캐릭터) 프로필 이미지 URL 제공 (imageHost/imagePath 조합 -> imageUrl)\n- 가장 최근 메시지 1개 미리보기 제공 (최대 25자, 초과 시 ... 처리)\n- 목록 조회 쿼리 투영 DTO 및 정렬 로직 개선 (최근 메시지 없으면 방 생성 시간 사용)\n- 비인증/미본인인증 사용자: 빈 리스트 반환
2025-08-08 14:27:25 +09:00
..
kotlin/kr/co/vividnext
/sodalive
feat(chat-room): 채팅방 목록 API 응답 구조 개편 및 최근 메시지/프로필 이미지 제공\n\n- 페이징 객체 제거: ApiResponse<List<ChatRoomListItemDto>> 형태로 반환\n- 메시지 보낸 시간 필드 제거\n- 상대방(캐릭터) 프로필 이미지 URL 제공 (imageHost/imagePath 조합 -> imageUrl)\n- 가장 최근 메시지 1개 미리보기 제공 (최대 25자, 초과 시 ... 처리)\n- 목록 조회 쿼리 투영 DTO 및 정렬 로직 개선 (최근 메시지 없으면 방 생성 시간 사용)\n- 비인증/미본인인증 사용자: 빈 리스트 반환
2025-08-08 14:27:25 +09:00
resources
feat(chat): 채팅방 생성 API 구현
2025-08-08 00:27:25 +09:00