Implements attachment previewing
This commit is contained in:
@@ -11,7 +11,7 @@ import SwiftUI
|
||||
struct KordophoneApp: App
|
||||
{
|
||||
@State var conversationListModel = ConversationListView.ViewModel()
|
||||
@State var transcriptViewModel = ChatTranscriptView.ViewModel()
|
||||
@State var transcriptViewModel = TranscriptView.ViewModel()
|
||||
@State var entryViewModel = MessageEntryView.ViewModel()
|
||||
|
||||
private let xpcClient = XPCClient()
|
||||
|
||||
Reference in New Issue
Block a user