fix: default for bottrending in model

This commit is contained in:
Marie 2023-10-18 07:31:08 +02:00 committed by GitHub
parent c21d255604
commit 95b2689a21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -248,7 +248,7 @@ export class MiMeta {
public enableSensitiveMediaDetectionForVideos: boolean;
@Column('boolean', {
default: false,
default: true,
})
public enableBotTrending: boolean;