feat(chat): 유저 크리에이터 DM을 추가한다
This commit is contained in:
@@ -44,6 +44,7 @@ final class SignOutViewModel: ObservableObject {
|
||||
let decoded = try jsonDecoder.decode(ApiResponseWithoutData.self, from: responseData)
|
||||
|
||||
if decoded.success {
|
||||
NotificationCenter.default.post(name: .userCreatorChatSessionClose, object: nil)
|
||||
UserDefaults.reset()
|
||||
AppState.shared.isRestartApp = true
|
||||
AppState.shared.setAppStep(step: .splash)
|
||||
|
||||
Reference in New Issue
Block a user