[bugfix] Fix receive endpoint that was got invalid endpoint but that should've implemented already.(just through tho)
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user