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

This commit is contained in:
Yu Sung
2026-09-14 22:03:46 +09:00
parent aea4e5558c
commit e486642a77
9 changed files with 505 additions and 2 deletions
@@ -124,7 +124,7 @@ struct MainChatView: View {
private func applyPendingFilterIfNeeded() -> Bool {
guard let filter = appState.consumePendingMainChatFilter() else { return false }
viewModel.applyFilter(filter)
viewModel.fetchFirstPage(filter: filter)
return true
}
}