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