This commit is contained in:
Peter Maquiran
2022-09-29 12:42:22 +01:00
parent 96c18e1cd6
commit c06bff2171
-2
View File
@@ -143,8 +143,6 @@ export class ChatPage implements OnInit {
this.getChatMembers();
this.checkCreateGroup();
this.router.events.forEach((event) => {
if (event instanceof NavigationEnd && event.url == '/home/chat' ||