This commit is contained in:
tiago.kayaya
2022-02-08 15:41:40 +01:00
parent 00154bcd89
commit eea38ad05b
2 changed files with 4 additions and 4 deletions
@@ -187,12 +187,12 @@ export class WsChatMethodsService {
*/
private defaultSubtribe(id: any) {
this.WsChatService.streamRoomMessages(id).then((subscription)=>{
console.log('streamRoomMessages', subscription)
//console.log('streamRoomMessages', subscription)
})
this.WsChatService.subStreamNotifyRoom(id, 'typing', false)
this.WsChatService.streamNotifyRoomDeleteMessage(id).then((subscription)=>{
console.log('streamNotifyRoomDeleteMessage', subscription);
//console.log('streamNotifyRoomDeleteMessage', subscription);
})
}