improve chat

This commit is contained in:
Peter Maquiran
2022-01-11 20:56:21 +01:00
parent 890048dc87
commit b8b4ba6a05
4 changed files with 44 additions and 21 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ export class HomePage implements OnInit {
private sqliteservice: SqliteService,
private RouteService: RouteService,
private RocketChatClientService: RocketChatClientService) {
window['jj'] = ()=>{
window['jj'] = ()=> {
//send message // roomId // Message
this.RocketChatClientService.send('fsMwcNdufWvdnChj7ya9nF9cX2HizxxWAM', 'Mensagem enviada programaticamente.'+ new Date().toISOString())
}