refactor(web): limit composer realtime events to typing and voice
Some checks are pending
CI / test (push) Has started running

This commit is contained in:
2026-03-08 21:40:03 +03:00
parent cf967026f4
commit e233cab993
2 changed files with 1 additions and 3 deletions

View File

@@ -343,8 +343,6 @@ export function MessageComposer() {
| "typing_stop"
| "recording_voice_start"
| "recording_voice_stop"
| "recording_video_start"
| "recording_video_stop"
) {
if (!activeChatId) {
return;