This commit is contained in:
Peter Maquiran
2022-04-06 14:55:14 +01:00
44 changed files with 430 additions and 292 deletions
@@ -156,9 +156,6 @@ export class GroupMessagesPage implements OnInit, OnChanges, AfterViewInit, OnDe
}
ngOnInit() {
console.log(this.roomId);
this.loggedUser = this.loggedUserChat;
this.loggedUser=this.loggedUserChat;
setTimeout(() => {
this.getRoomInfo();
@@ -168,7 +165,6 @@ export class GroupMessagesPage implements OnInit, OnChanges, AfterViewInit, OnDe
VoiceRecorder.requestAudioRecordingPermission();
this.deleteRecording();
this.loadFiles();
}
showDateDuration(start: any) {