1
0

merge: upstream changes

This commit is contained in:
Mar0xy
2023-10-18 19:48:03 +02:00
63 changed files with 1250 additions and 830 deletions
@@ -45,6 +45,11 @@ export class MiFollowRequest {
})
public requestId: string | null;
@Column('boolean', {
default: false,
})
public withReplies: boolean;
//#region Denormalized fields
@Column('varchar', {
length: 128, nullable: true,