Merge remote-tracking branch 'mi-dev/develop' into emoji
This commit is contained in:
commit
18e1fb7299
33 changed files with 1124 additions and 816 deletions
|
|
@ -489,6 +489,11 @@ export class MiMeta {
|
|||
})
|
||||
public preservedUsernames: string[];
|
||||
|
||||
@Column('boolean', {
|
||||
default: true,
|
||||
})
|
||||
public enableFanoutTimeline: boolean;
|
||||
|
||||
@Column('integer', {
|
||||
default: 300,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue