🗃️ Subscriptions modeling

This commit is contained in:
2025-06-12 00:48:38 +08:00
parent ebac6698ff
commit 2e09e63022
7 changed files with 226 additions and 5 deletions

View File

@ -36,9 +36,7 @@ public class FileController(
var fileName = string.IsNullOrWhiteSpace(file.StorageId) ? file.Id : file.StorageId;
if (!original && file.HasCompression)
{
fileName += ".compressed";
}
if (dest.ImageProxy is not null && (file.MimeType?.StartsWith("image/") ?? false))
{