diff --git a/src/app/home/home.page.ts b/src/app/home/home.page.ts
index b3ad96634..059d8eeb4 100644
--- a/src/app/home/home.page.ts
+++ b/src/app/home/home.page.ts
@@ -95,7 +95,7 @@ export class HomePage implements OnInit {
private RouteService: RouteService,
private RocketChatClientService: RocketChatClientService) {
- this.RocketChatClientService.loadHistory('fsMwcNdufWvdnChj7ya9nF9cX2HizxxWAM', 10).then((message)=>{
+ /* this.RocketChatClientService.loadHistory('fsMwcNdufWvdnChj7ya9nF9cX2HizxxWAM', 10).then((message)=>{
console.log('loadHistory', message)
})
@@ -118,12 +118,12 @@ export class HomePage implements OnInit {
(Chatmessage)=>{
console.log('chat', Chatmessage)
}
- )
+ ) */
window['jj'] = ()=>{
//send message // roomId // Message
- this.RocketChatClientService.send('fsMwcNdufWvdnChj7ya9nF9cX2HizxxWAM', 'Mensagem enviada programaticamente.'+ new Date().toISOString())
+ //this.RocketChatClientService.send('fsMwcNdufWvdnChj7ya9nF9cX2HizxxWAM', 'Mensagem enviada programaticamente.'+ new Date().toISOString())
}
// this.RocketChatClientService.send()
diff --git a/src/app/pages/chat/chat.page.html b/src/app/pages/chat/chat.page.html
index d65c8aa73..ba5d7fbca 100644
--- a/src/app/pages/chat/chat.page.html
+++ b/src/app/pages/chat/chat.page.html
@@ -17,6 +17,9 @@
Chat
+