fix(ios): unblock device builds

This commit is contained in:
Peter Steinberger
2025-12-30 11:16:15 +01:00
parent 0d95d63258
commit 312443235d
3 changed files with 16 additions and 9 deletions

View File

@@ -43,7 +43,7 @@ final class NodeAppModel {
init() {
self.voiceWake.configure { [weak self] cmd in
guard let self else { return }
let sessionKey = self.mainSessionKey
let sessionKey = await MainActor.run { self.mainSessionKey }
do {
try await self.sendVoiceTranscript(text: cmd, sessionKey: sessionKey)
} catch {