create room

This commit is contained in:
Peter Maquiran
2024-06-04 16:21:11 +01:00
parent 4fb5bfc4d0
commit 541d12121e
23 changed files with 289 additions and 82 deletions
@@ -173,7 +173,7 @@ export class NewGroupPage implements OnInit{
async createGroup1() {
const result = await this.roomRepositoryService.create({
roomName: this.groupName,
createdBy: 0,
createdBy: SessionStore.user.UserId,
roomType: 0,
expirationDate: null
})