From 64cebb66915f185da747b75cf413cbf6ba056c0b Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Sat, 29 Jan 2022 19:39:22 +0100 Subject: [PATCH] add typing --- src/app/services/chat/ws-chat-methods.service.ts | 2 ++ 1 file changed, 2 insertions(+) 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();