This commit is contained in:
Peter Maquiran
2022-02-10 16:14:25 +01:00
parent 9498ad0825
commit 115c76f1ff
9 changed files with 7 additions and 22 deletions
@@ -198,10 +198,6 @@ export class GroupMessagesPage implements OnInit, AfterViewInit, OnDestroy {
}
changeInput() {
this.wsChatMethodsService.getGroupRoom(this.roomId).typing()
}
async goToEvent(eventId: any) {
let classs;
if (window.innerWidth < 701) {