Skip to content

Commit 495ac39

Browse files
committed
fix: Fix autosend and autoplay not working
--bug=1051779 --user=刘瑞斌 【应用】应用演示页面,不能自动播放回答内容 https://www.tapd.cn/57709429/s/1649281
1 parent 9bd5a22 commit 495ac39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/application/serializers/application_serializers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -981,6 +981,8 @@ def profile(self, with_valid=True):
981981
'stt_model_enable': application.stt_model_enable,
982982
'tts_model_enable': application.tts_model_enable,
983983
'tts_type': application.tts_type,
984+
'tts_autoplay': application.tts_autoplay,
985+
'stt_autosend': application.stt_autosend,
984986
'file_upload_enable': application.file_upload_enable,
985987
'file_upload_setting': application.file_upload_setting,
986988
'work_flow': application.work_flow,

0 commit comments

Comments
 (0)