fix(voice): unify overlay send flow

This commit is contained in:
Peter Steinberger
2025-12-10 02:52:42 +01:00
parent cf2b659491
commit 657450c40c
4 changed files with 32 additions and 40 deletions

View File

@@ -288,7 +288,9 @@ actor VoicePushToTalk {
VoiceWakeChimePlayer.play(chime, reason: "ptt.fallback_send")
}
Task.detached {
await VoiceWakeForwarder.forward(transcript: finalText, config: forward)
await VoiceWakeForwarder.forward(
transcript: VoiceWakeForwarder.prefixedTranscript(finalText),
config: forward)
}
}
}