Merge branch 'develop' into schedule-note

This commit is contained in:
かっこかり 2023-11-18 00:21:56 +09:00 committed by GitHub
commit 3413b394e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 1011 additions and 834 deletions

View file

@ -494,6 +494,11 @@ export class MiMeta {
})
public enableFanoutTimeline: boolean;
@Column('boolean', {
default: true,
})
public enableFanoutTimelineDbFallback: boolean;
@Column('integer', {
default: 300,
})