fix: default for bottrending in model
This commit is contained in:
@@ -248,7 +248,7 @@ export class MiMeta {
|
|||||||
public enableSensitiveMediaDetectionForVideos: boolean;
|
public enableSensitiveMediaDetectionForVideos: boolean;
|
||||||
|
|
||||||
@Column('boolean', {
|
@Column('boolean', {
|
||||||
default: false,
|
default: true,
|
||||||
})
|
})
|
||||||
public enableBotTrending: boolean;
|
public enableBotTrending: boolean;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user