diff --git a/Iceshrimp.Backend/Controllers/Web/DriveController.cs b/Iceshrimp.Backend/Controllers/Web/DriveController.cs index ee3e2d02..0682f794 100644 --- a/Iceshrimp.Backend/Controllers/Web/DriveController.cs +++ b/Iceshrimp.Backend/Controllers/Web/DriveController.cs @@ -323,8 +323,8 @@ public class DriveController( .Select(p => new DriveFileResponse { Id = p.Id, - Url = p.AccessUrl, - ThumbnailUrl = p.ThumbnailAccessUrl, + Url = p.RawAccessUrl, + ThumbnailUrl = p.RawThumbnailAccessUrl, Filename = p.Name, ContentType = p.Type, Sensitive = p.IsSensitive,