commet all chat method and fix create direct message

This commit is contained in:
Peter Maquiran
2024-06-12 00:25:37 +01:00
parent 39bc8979a8
commit 703c3aaed6
5 changed files with 80 additions and 82 deletions
+4 -4
View File
@@ -651,11 +651,11 @@ export class ChatPage implements OnInit {
async getChatMembers() {
this.chatService.getAllUsers().subscribe(res => {
//
this.transformDataUserList(res['users'])
// this.chatService.getAllUsers().subscribe(res => {
// //
// this.transformDataUserList(res['users'])
});
// });
}
getGroupsDB() {