mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-23 10:45:12 +00:00
fix: default for bottrending in model
This commit is contained in:
parent
c21d255604
commit
95b2689a21
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue