Merge branch 'developer' of bitbucket.org:equilibriumito/gabinete-digital into developer

This commit is contained in:
Peter Maquiran
2022-04-24 20:05:29 +01:00
5 changed files with 14 additions and 9 deletions
@@ -393,7 +393,7 @@ export class GroupMessagesPage implements OnInit, AfterViewInit, OnDestroy {
this.chatService.getAllUsers().subscribe(res => {
console.log(res);
this.allUsers = res['users'].filter(data => data.username != this.loggedUserChat.me.username);
this.allUsers = res['users'].filter(data => data.username != SessionStore.user.RochetChatUser);
console.log(this.allUsers);
});
}