send direct message

This commit is contained in:
Peter Maquiran
2024-08-20 16:34:47 +01:00
parent 4fb24f7875
commit 59fc19879f
41 changed files with 912 additions and 308 deletions
+1 -3
View File
@@ -43,7 +43,7 @@ export class ChatModule {
this.typingCallback[id].pipe(
switchMap(() => timer(2000)),
).subscribe(() => {
console.log('111111==============')
// console.log('111111==============')
// this.memoryDataSource.dispatch(removeUserTyping({data: {...e} as any}))
this.localDataSource.removeUserTyping(e)
})
@@ -51,8 +51,6 @@ export class ChatModule {
this.typingCallback[id].next()
}
} else {
console.log('e--', e)
}
})
}