This commit is contained in:
tiago.kayaya
2022-01-26 12:51:24 +01:00
parent 58a32f45d4
commit 81632c5296
3 changed files with 18 additions and 32 deletions
+2 -1
View File
@@ -298,6 +298,7 @@ export class ChatPage implements OnInit {
this.openGroupMessagesModal(rid);
}
else {
alert('HERE OPEN')
this.idSelected = rid;
this.closeAllDesktopComponents();
this.showEmptyComponent = false;
@@ -548,7 +549,7 @@ export class ChatPage implements OnInit {
return dateB - dateA;
});
//console.log('GROUPS FROM DB', this.allGroups)
})