diff --git a/src/app/services/chat/ws-chat-methods.service.ts b/src/app/services/chat/ws-chat-methods.service.ts index fae2adf08..ba9068d47 100644 --- a/src/app/services/chat/ws-chat-methods.service.ts +++ b/src/app/services/chat/ws-chat-methods.service.ts @@ -168,6 +168,8 @@ export class WsChatMethodsService { console.log('streamNotifyRoomDeleteMessage', subscription); }) + this.WsChatService.subStreamNotifyRoom(id, 'typing', false) + this.prepareRoom(roomData); this.getGroupRoom(id).loadHistory();