added realtime to: - edit group name

- adicionar membro
- remover membro
This commit is contained in:
tiago.kayaya
2022-01-17 11:27:25 +01:00
parent 3dea6295ae
commit 936351b7ec
9 changed files with 51 additions and 34 deletions
+3 -4
View File
@@ -143,6 +143,9 @@ export class ChatPage implements OnInit {
ngOnInit() {
console.log(this.wsChatMethodsService.group);
this.segment = "Contactos";
this.authService.userData$.subscribe((res: any) => {
@@ -366,10 +369,6 @@ export class ChatPage implements OnInit {
}, 1000);
}
refreshing() {
//this.load();
}
customRoom() {
let params = new HttpParams();
params = params.set("types", "c");