mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
improve
This commit is contained in:
@@ -117,11 +117,15 @@ export class HomePage implements OnInit {
|
||||
})
|
||||
});
|
||||
|
||||
|
||||
})
|
||||
|
||||
|
||||
|
||||
this.RocketChatClientService.subscribe('fsMwcNdufWvdnChj7ya9nF9cX2HizxxWAM').then((subscription)=>{
|
||||
console.log(subscription)
|
||||
})
|
||||
|
||||
//send message // roomId // Message
|
||||
|
||||
this.RocketChatClientService.send('fsMwcNdufWvdnChj7ya9nF9cX2HizxxWAM', 'Mensagem enviada programaticamente.'+ new Date().toISOString())
|
||||
}).catch((message)=>{
|
||||
console.log('rocket chat login failed', message)
|
||||
|
||||
Reference in New Issue
Block a user