mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
commet all chat method and fix create direct message
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user