feat(chat): 유저 크리에이터 DM을 추가한다

This commit is contained in:
Yu Sung
2026-07-12 04:48:17 +09:00
parent ce191539f2
commit 2dfff32ac1
23 changed files with 2410 additions and 6 deletions

View File

@@ -180,7 +180,11 @@ enum AppStep {
case characterDetail(characterId: Int)
case chatRoom(id: Int)
case userCreatorChatRoom(roomId: Int)
case userCreatorChatCreator(creatorId: Int)
case newCharacterAll
case originalWorkDetail(originalId: Int)