Merge branch 'bugfix/chat-tab' into develop_bitOut

This commit is contained in:
Peter Maquiran
2022-08-09 17:05:23 +01:00
7 changed files with 31 additions and 12 deletions
+6 -2
View File
@@ -604,6 +604,12 @@ export class ChatPage implements OnInit {
}
async emptyTextDescriptionOpen() {
this.closeAllDesktopComponents()
this.showEmptyComponent = true
}
async getGroups(event?) {
this.result = this.chatService.getAllPrivateGroups().subscribe(async (res: any) => {
//
@@ -701,8 +707,6 @@ export class ChatPage implements OnInit {
async openGroupMessagesModal(roomId: any) {
const modal = await this.modalController.create({
component: GroupMessagesPage,
cssClass: 'modal modal-desktop isGroupChatOpened',