1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-22 14:04:08 +02:00

Fix remote drive expire (#7543)

This commit is contained in:
MeiMei
2021-05-30 13:48:23 +09:00
committed by GitHub
parent 52e54cf0dc
commit 0263539202
3 changed files with 7 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ async function postProcess(file: DriveFile, isExpired = false) {
url: file.uri,
thumbnailUrl: null,
webpublicUrl: null,
size: 0,
storedInternal: false,
// ローカルプロキシ用
accessKey: uuid(),
thumbnailAccessKey: 'thumbnail-' + uuid(),