Match Figma profile, blocks, auth, and archive backend
هذا الالتزام موجود في:
@@ -24,6 +24,18 @@ export class UpdatePostDto {
|
||||
@Length(1, 2200)
|
||||
content?: string;
|
||||
|
||||
@ApiPropertyOptional({ maxLength: 2200, description: 'Text displayed above post media' })
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
@Length(0, 2200)
|
||||
contentTop?: string;
|
||||
|
||||
@ApiPropertyOptional({ maxLength: 2200, description: 'Text displayed below post media' })
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
@Length(0, 2200)
|
||||
contentBottom?: string;
|
||||
|
||||
@ApiPropertyOptional({ description: 'Set video URL. If provided, audioUrl will be cleared.' })
|
||||
@IsOptional()
|
||||
@IsUrl({ require_tld: false })
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم