Fix bugs and clean noise reduction
This commit is contained in:
@@ -47,4 +47,7 @@ export class RoomEntity {
|
||||
|
||||
@Column('text', { nullable: true })
|
||||
channels!: string | null;
|
||||
|
||||
@Column('text', { nullable: true })
|
||||
members!: string | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user