mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
show rooms
This commit is contained in:
@@ -17,7 +17,7 @@ import { MessagesPage } from './messages/messages.page';
|
||||
import { NewGroupPage } from './new-group/new-group.page';
|
||||
import { EditGroupPage } from 'src/app/shared/chat/edit-group/edit-group.page';
|
||||
import { Observable, Subject } from "rxjs/Rx";
|
||||
import { NavigationStart, Router, NavigationEnd, ActivatedRoute } from '@angular/router';
|
||||
import { Router, NavigationEnd, ActivatedRoute } from '@angular/router';
|
||||
import { EventPerson } from 'src/app/models/eventperson.model';
|
||||
import { removeDuplicate } from 'src/plugin/removeDuplicate.js'
|
||||
import { environment } from 'src/environments/environment';
|
||||
@@ -343,6 +343,8 @@ export class ChatPage implements OnInit {
|
||||
}
|
||||
openMessagesPage(rid) {
|
||||
|
||||
console.log('rid', rid);
|
||||
|
||||
// this.chatService.refreshtoken();
|
||||
this.roomId = rid;
|
||||
|
||||
@@ -355,6 +357,7 @@ export class ChatPage implements OnInit {
|
||||
this.showEmptyComponent = false;
|
||||
this.showMessages = true;
|
||||
}
|
||||
|
||||
}
|
||||
openContactsPage() {
|
||||
this.segment = 'Contactos';
|
||||
@@ -920,4 +923,3 @@ export class ChatPage implements OnInit {
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user