mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
soft delete
This commit is contained in:
@@ -54,7 +54,7 @@ export class ChatModule {
|
||||
this.typingCallback[id].next()
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
}
|
||||
|
||||
async syncMessage() {
|
||||
@@ -72,7 +72,7 @@ export class ChatModule {
|
||||
connection.subscribe((value: boolean) => {
|
||||
if(value) {
|
||||
// on connect
|
||||
// this.ChatServiceService.sendLocalMessages()
|
||||
this.ChatServiceService.sendLocalMessages()
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user