This commit is contained in:
tiago.kayaya
2021-08-20 19:11:58 +01:00
parent d562d5f35d
commit d425e13b5b
-2
View File
@@ -434,7 +434,6 @@ hideRefreshButton(){
}
async getGroups(){
this.showLoader = true;
this.result = this.chatService.getAllPrivateGroups().subscribe(async (res:any)=>{
if(res.groups != 200){
@@ -449,7 +448,6 @@ hideRefreshButton(){
return dateB - dateA;
});
console.log(this.allGroups);
this.showLoader = false;
/* }); */
if(this.route.url != "/home/chat"){
console.log("Timer message stop")