1
0

merge: upstream performance changes & instance silencing

This commit is contained in:
Mar0xy
2023-10-16 23:38:21 +02:00
209 changed files with 1064 additions and 1019 deletions
+1 -2
View File
@@ -568,8 +568,7 @@ export class DriveService {
const folder = await fetchFolder();
let file = new MiDriveFile();
file.id = this.idService.genId();
file.createdAt = new Date();
file.id = this.idService.gen();
file.userId = user ? user.id : null;
file.userHost = user ? user.host : null;
file.folderId = folder !== null ? folder.id : null;