This commit is contained in:
tiago.kayaya
2021-08-19 18:55:31 +01:00
5735 changed files with 680 additions and 779194 deletions
+3 -1
View File
@@ -6,6 +6,7 @@ import { ContactsPage } from 'src/app/pages/chat/messages/contacts/contacts.page
import { AlertService } from 'src/app/services/alert.service';
import { AuthService } from 'src/app/services/auth.service';
import { ChatService } from 'src/app/services/chat.service';
import { connection } from 'src/app/services/socket/synchro.service';
import { ToastService } from 'src/app/services/toast.service';
import { ChatOptionsPopoverPage } from 'src/app/shared/popover/chat-options-popover/chat-options-popover.page';
import { MessagesOptionsPage } from 'src/app/shared/popover/messages-options/messages-options.page';
@@ -30,6 +31,7 @@ export class MessagesPage implements OnInit, AfterViewChecked {
el:any;
members:any;
connection = connection
constructor(
public popoverController: PopoverController,
@@ -199,7 +201,7 @@ export class MessagesPage implements OnInit, AfterViewChecked {
//this.loadMessages()
await this.serverLongPull();
}
});
});
}
}