parent
705d40ab37
commit
3f71b14637
22 changed files with 249 additions and 214 deletions
|
|
@ -115,6 +115,7 @@ export class DriveFileRepository extends Repository<DriveFile> {
|
|||
md5: file.md5,
|
||||
size: file.size,
|
||||
isSensitive: file.isSensitive,
|
||||
blurhash: file.blurhash,
|
||||
properties: file.properties,
|
||||
url: opts.self ? file.url : this.getPublicUrl(file, false, meta),
|
||||
thumbnailUrl: this.getPublicUrl(file, true, meta),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue