add capacitor integrations

This commit is contained in:
tiago.kayaya
2021-01-15 10:16:20 +01:00
parent 48dbaa7744
commit e058b3f5ef
63 changed files with 1187 additions and 10 deletions
+2 -2
View File
@@ -67,10 +67,10 @@ export class ChatPage implements OnInit {
this.doRefresh();
}
doRefresh(){
//setInterval(()=>{
setInterval(()=>{
this.getDirectMessages();
this.getGroups();
//}, 2000);
}, 2000);
}
getGroups(){
this.showLoader = true;