Merge branch 'feature/chat' of https://bitbucket.org/equilibriumito/gabinete-digital into feature/chat

This commit is contained in:
tiago.kayaya
2021-07-26 20:47:39 +01:00
5 changed files with 129 additions and 4 deletions
+3 -1
View File
@@ -106,7 +106,9 @@
(closeAllDesktopComponents)="closeAllDesktopComponents()"
(showEmptyContainer)="showEmptyContainer()"
[style.display]="showMessages ? 'flex' : 'none'"
[roomId]="roomId" #messagecontainer>
[roomId]="roomId"
[showMessages]="showMessages" #messagecontainer>
</app-messages>
<app-contacts
(openMessage)="openMessagesPage($event)"