fix merge

This commit is contained in:
Peter Maquiran
2023-03-10 11:47:53 +01:00
28 changed files with 113 additions and 37 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();