autoWatch機能を削除
This commit is contained in:
@@ -106,11 +106,6 @@ export class UserProfile {
|
||||
})
|
||||
public room: Record<string, any>;
|
||||
|
||||
@Column('boolean', {
|
||||
default: false,
|
||||
})
|
||||
public autoWatch: boolean;
|
||||
|
||||
@Column('boolean', {
|
||||
default: false,
|
||||
})
|
||||
|
Reference in New Issue
Block a user