mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-08 20:00:02 +09:00
feat(server): store mime type of webpublic
This commit is contained in:
@ -101,6 +101,11 @@ export class DriveFile {
|
||||
})
|
||||
public webpublicUrl: string | null;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 128, nullable: true,
|
||||
})
|
||||
public webpublicType: string | null;
|
||||
|
||||
@Index({ unique: true })
|
||||
@Column('varchar', {
|
||||
length: 256, nullable: true,
|
||||
|
Reference in New Issue
Block a user