add typing

This commit is contained in:
Peter Maquiran
2022-01-29 19:39:22 +01:00
parent 009c1f3747
commit 64cebb6691
@@ -168,6 +168,8 @@ export class WsChatMethodsService {
console.log('streamNotifyRoomDeleteMessage', subscription);
})
this.WsChatService.subStreamNotifyRoom(id, 'typing', false)
this.prepareRoom(roomData);
this.getGroupRoom(id).loadHistory();