This commit is contained in:
tiago.kayaya
2021-01-20 13:17:54 +01:00
parent 38765d4da9
commit bae1f89b73
6 changed files with 28 additions and 13 deletions
@@ -117,6 +117,9 @@ export class GroupMessagesPage implements OnInit {
component: ChatPopoverPage,
cssClass: 'chat-popover',
event: ev,
componentProps: {
room: this.room,
},
translucent: true
});
return await popover.present();
@@ -127,7 +130,7 @@ export class GroupMessagesPage implements OnInit {
cssClass: 'chat-options-popover',
event: ev,
componentProps: {
roomId: this.room._id,
room: this.room,
},
translucent: true
});