This commit is contained in:
Peter Maquiran
2022-03-18 16:29:10 +01:00
parent c6d6094d03
commit b60d161e7b
4 changed files with 53 additions and 5 deletions
@@ -190,8 +190,9 @@
</ion-content>
<ion-footer>
<div class="typing" >
<ngx-letters-avatar
<div class="typing" *ngIf="wsChatMethodsService.getGroupRoom(roomId).otherUserType == true">
<ngx-letters-avatar *ngIf="showAvatar"
[avatarName]= "wsChatMethodsService.getGroupRoom(roomId).name"
[width]="30"
[circular]="true"