Merge remote-tracking branch 'mi-dev/develop' into emoji

This commit is contained in:
mattyatea 2023-10-24 20:44:33 +09:00
commit 18e1fb7299
No known key found for this signature in database
GPG key ID: 068E54E2C33BEF9A
33 changed files with 1124 additions and 816 deletions

View file

@ -489,6 +489,11 @@ export class MiMeta {
})
public preservedUsernames: string[];
@Column('boolean', {
default: true,
})
public enableFanoutTimeline: boolean;
@Column('integer', {
default: 300,
})