chant componets

This commit is contained in:
Peter Maquiran
2023-08-23 11:19:51 +01:00
parent b81e876dde
commit 3d00f33d4c
17 changed files with 29 additions and 109 deletions
@@ -894,7 +894,7 @@ export class GroupMessagesPage implements OnInit, AfterViewInit, OnDestroy {
componentProps: {
isCreated: this.isGroupCreated,
room: this.room,
members: this.members,
members: this.ChatSystemService.getGroupRoom(this.roomId).members,
name: this.room.name,
},
cssClass: 'contacts',