diff --git a/src/app/pages/chat/messages/messages.page.ts b/src/app/pages/chat/messages/messages.page.ts index 678d7e141..fdf2150ea 100644 --- a/src/app/pages/chat/messages/messages.page.ts +++ b/src/app/pages/chat/messages/messages.page.ts @@ -257,13 +257,13 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy { const roomId = this.roomId - this.chatService.getRoomMessages(roomId).subscribe(res=>{ + /* this.chatService.getRoomMessages(roomId).subscribe(res=>{ console.log(res); - }) + }) */ - /* this.chatService.getRoomMessages(roomId).subscribe(async res => { + this.chatService.getRoomMessages(roomId).subscribe(async res => { if (res == 502) { @@ -297,7 +297,7 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy { //this.loadMessages() await this.serverLongPull(); } - }); */ + }); } } diff --git a/src/app/pages/publications/publications.module.ts b/src/app/pages/publications/publications.module.ts index 0a65732bf..dbb7e19a7 100644 --- a/src/app/pages/publications/publications.module.ts +++ b/src/app/pages/publications/publications.module.ts @@ -14,13 +14,14 @@ import { NewActionPageModule } from 'src/app/shared/publication/new-action/new-a import { PublicationDetailPageModule } from 'src/app/shared/publication/view-publications/publication-detail/publication-detail.module'; import { HeaderPageModule } from 'src/app/shared/header/header.module'; import { EditActionPageModule } from 'src/app/shared/publication/edit-action/edit-action.module'; +import { FontAwesomeModule } from '@fortawesome/angular-fontawesome'; @NgModule({ imports: [ CommonModule, FormsModule, IonicModule, - + FontAwesomeModule, PublicationsPageRoutingModule, HeaderPageModule, ViewPublicationsPageModule, diff --git a/src/app/pages/publications/publications.page.html b/src/app/pages/publications/publications.page.html index 081edd3a9..2d76756ae 100644 --- a/src/app/pages/publications/publications.page.html +++ b/src/app/pages/publications/publications.page.html @@ -39,20 +39,23 @@