Merge branch 'develop' into feat-12997

This commit is contained in:
kakkokari-gtyih 2024-03-22 21:09:53 +09:00
commit 155692b5ef
139 changed files with 2308 additions and 447 deletions

View file

@ -211,6 +211,10 @@ export const packedMetaLiteSchema = {
type: 'string',
optional: false, nullable: false,
},
enableUrlPreview: {
type: 'boolean',
optional: false, nullable: false,
},
backgroundImageUrl: {
type: 'string',
optional: false, nullable: true,