Bugs reported solved

This commit is contained in:
Eudes Inácio
2023-03-09 09:09:10 +01:00
parent 7c6bd9c0a4
commit 6c7a007812
16 changed files with 88 additions and 34 deletions
@@ -533,6 +533,9 @@ export class GroupMessagesPage implements OnInit, AfterViewInit, OnDestroy {
roomId: this.roomId,
members: this.members,
isAdmin: this.isAdmin,
isCreated: this.isGroupCreated,
room: this.room,
name: this.room.name,
},
});
await modal.present();