1
0

merge: upstream

This commit is contained in:
Mar0xy
2023-10-31 19:33:24 +01:00
217 changed files with 6773 additions and 2275 deletions
+5
View File
@@ -504,6 +504,11 @@ export class MiMeta {
})
public preservedUsernames: string[];
@Column('boolean', {
default: true,
})
public enableFanoutTimeline: boolean;
@Column('integer', {
default: 300,
})