This commit is contained in:
Peter Maquiran
2022-01-12 12:44:51 +01:00
parent 2f0935b0d3
commit 45284fc1a6
17 changed files with 187 additions and 302 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ import {
import { ModalController, Platform } from '@ionic/angular';
import { AuthService } from 'src/app/services/auth.service';
import { ChatService } from 'src/app/services/chat.service';
import { wsChatService as wsChatService} from 'src/app/services/chat/chat.service'
import { wsChatMethodsService as wsChatMethodsService} from 'src/app/services/chat/chat.service'
import { GroupMessagesPage } from './group-messages/group-messages.page';
import { ContactsPage } from './messages/contacts/contacts.page';
import { MessagesPage } from './messages/messages.page';
@@ -125,7 +125,7 @@ export class ChatPage implements OnInit {
private sqlservice: SqliteService,
private platform: Platform,
private storageservice: StorageService,
public wsChatService: wsChatService
public wsChatMethodsService: wsChatMethodsService
) {
this.loggedUserChat = authService.ValidatedUserChat['data'];