diff --git a/src/app/shared/chat/messages/messages.page.ts b/src/app/shared/chat/messages/messages.page.ts index cab59831e..dddeaea49 100644 --- a/src/app/shared/chat/messages/messages.page.ts +++ b/src/app/shared/chat/messages/messages.page.ts @@ -77,7 +77,7 @@ export class MessagesPage implements OnInit, OnChanges, AfterViewInit, OnDestroy /* this.dm = this.navParams.get('dm'); */ } ngOnChanges(changes: SimpleChanges): void { - this.load(); + //this.load(); //throw new Error('Method not implemented.'); }