show member toroom

This commit is contained in:
Peter Maquiran
2024-06-07 12:29:53 +01:00
parent 486e0e8e72
commit c9b4f2d349
8 changed files with 152 additions and 14 deletions
@@ -44,6 +44,12 @@
{{ roomMessage$ | async | json }}
</ion-list>
members
<ion-list *ngIf="roomMembers$ | async as memberList">
{{ memberList | json }}
</ion-list>
</div>
<ion-fab horizontal="end" vertical="bottom" slot="fixed">