This commit is contained in:
Peter Maquiran
2022-10-12 17:32:13 +01:00
parent 658ac09c4a
commit a2782e0cbe
8 changed files with 2 additions and 30 deletions
@@ -836,7 +836,6 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
this.sqlservice.getAllChatMSG(roomId).then((msg: any) => {
let chatmsgArray = [];
let array = []
msg.forEach(element => {