-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix : 최초 채팅방 리스트 조회 시 최신화 리스트 조회 로직 반영
- 39번 API 채팅방 리스트 최신화 정렬 변경(최근 시간 순)
- Loading branch information
Showing
2 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
src/main/java/com/catchroom/chat/chatroom/type/DealState.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package com.catchroom.chat.chatroom.type; | ||
|
||
public enum DealState { | ||
UNSOLD,ONSALE,EXPIRED,DONEDEAL,UNABLESELL | ||
} |