Transcendence-Animal-Crossing / backend

3 stars 0 forks source link

Feat/chat2 #14

Closed sseunghoon closed 9 months ago

sseunghoon commented 9 months ago

핵심: RoomService::changeUserProfile

changeUserProfile(user: User, nickName: string, image: string) 유저가 프로필 바꿀 때마다 호출해주시면 됩니다.

-> 유저의 프로필을 바꿔줄 때마다 캐시에 있는 값도 바꿔줘야 채팅방에서의 닉네임과 프로필 이미지가 바뀔 수 있기 때문에

chore: message-load -> load-message chore: message-load -> load-message fix: RoomService::leave, 방장이 나가면서 방장이 변경될 경우 이벤트 전송 fix: RoomService::changeUserProfile fix: RoomService::changeUserProfile fix: room-detail 파라미터 string 에서 object로 수정, room-leave 의 roomList 반환 삭제