update modal cleaner now and see the data and all

This commit is contained in:
Arjun Patel
2022-01-17 17:11:34 -08:00
parent 5c931211b2
commit 37747b6ac0
5 changed files with 38 additions and 9 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ export default class Room {
membersInRoom: string[] = [];
attachments: string[]; // the links themselves (NOT Ids)...there will be duplicate entries in the attachments table which will be created
attachments: string[] = []; // the links themselves (NOT Ids)...there will be duplicate entries in the attachments table which will be created
type: RoomType;
status: RoomStatus = RoomStatus.empty;