ad monitoring

This commit is contained in:
Peter Maquiran
2024-08-21 11:37:47 +01:00
parent d76f2e240e
commit 82c67b8976
5 changed files with 51 additions and 19 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ export class ChatModule {
connection.subscribe((value) => {
if(value) {
// on connect
this.ChatServiceService.sendLocalMessages()
// this.ChatServiceService.sendLocalMessages()
}
})