This commit is contained in:
Jesús Pavón Abián
2026-02-01 19:03:36 +01:00
parent 25ecd8b5fd
commit 13a9a6538d
4 changed files with 13 additions and 5 deletions

View File

@@ -107,6 +107,7 @@ class ChatBuffer(BaseBuffer):
if text:
try:
self.session.send_chat_message(self.convo_id, text)
self.session.sound.play("dm_sent.ogg")
output.speak(_("Message sent."))
# Refresh
self.start_stream(mandatory=True, play_sound=False)