feat(chat): 크리에이터 DM 시작을 추가한다
This commit is contained in:
@@ -354,6 +354,9 @@ struct AppStepLayerView: View {
|
||||
case .userCreatorChatCreator(let creatorId):
|
||||
UserCreatorChatRoomView(creatorId: creatorId)
|
||||
|
||||
case .userCreatorChatRecipientSearch:
|
||||
UserCreatorChatRecipientSearchView()
|
||||
|
||||
case .newCharacterAll:
|
||||
NewCharacterListView()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user