1
0

Merge remote-tracking branch 'misskey/release/2024.5.0' into future

This commit is contained in:
dakkar
2024-05-31 12:26:07 +01:00
181 changed files with 4057 additions and 891 deletions
+6
View File
@@ -403,6 +403,12 @@ export class MiMeta {
})
public donationUrl: string | null;
@Column('varchar', {
length: 1024,
nullable: true,
})
public inquiryUrl: string | null;
@Column('varchar', {
length: 8192,
nullable: true,