[bugfix] Fix receive endpoint that was got invalid endpoint but that should've implemented already.(just through tho)

This commit is contained in:
Sakamoto Shiina
2024-12-02 06:52:13 +09:00
parent 8429d9b122
commit 94f2078fff

View File

@@ -222,6 +222,8 @@ export const useReceiveRoutes = () => {
// Message
"/run/send_message_box": updateSentMessageLogById,
"/run/typing_message_box": ()=>{},
"/run/stop_typing_message_box": ()=>{},
"/run/transcription_send_mic_message": addSentMessageLog,
"/run/transcription_receive_speaker_message": addReceivedMessageLog,