fix take picture

This commit is contained in:
Peter Maquiran
2023-03-14 09:56:48 +01:00
parent c825fb2d3c
commit ced8320dd2
2 changed files with 6 additions and 10 deletions
@@ -108,8 +108,6 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
audioPermissionStatus: 'granted' | 'denied' | 'prompt' | null = null
sessionStore = SessionStore
convertBlobToBase64Worker;
constructor(
public popoverController: PopoverController,
private modalController: ModalController,
@@ -132,8 +130,6 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
private notificationService: NotificationsService,
private router: Router
) {
this.convertBlobToBase64Worker = new Worker(new URL('./convertBlobToBase64.worker.js', import.meta.url));
this.loggedUser = SessionStore.user.ChatData['data'];
this.roomId = this.navParams.get('roomId');