This commit is contained in:
tiago.kayaya
2021-04-16 09:57:08 +01:00
parent f33f7696aa
commit 8611b98f87
2 changed files with 9 additions and 4 deletions
@@ -30,6 +30,7 @@ export class GroupMessagesPage implements OnInit, OnChanges {
@Output() closeAllDesktopComponents:EventEmitter<any> = new EventEmitter<any>();
@Output() showEmptyContainer:EventEmitter<any> = new EventEmitter<any>();
@Output() openGroupContacts:EventEmitter<any> = new EventEmitter<any>();
@Output() openEditGroup:EventEmitter<any> = new EventEmitter<any>();
constructor(
private menu: MenuController,
@@ -208,6 +209,9 @@ export class GroupMessagesPage implements OnInit, OnChanges {
else if(res.data == 'cancel'){
console.log('CANCEL');
}
else if(res.data == 'edit'){
console.log('CANCEL');
}
else{
this.roomName = res.data.name.split('-').join(' ');
console.log(this.roomName);