diff --git a/Iceshrimp.Backend/Core/Services/StorageMaintenanceService.cs b/Iceshrimp.Backend/Core/Services/StorageMaintenanceService.cs index c60ade10..f1920681 100644 --- a/Iceshrimp.Backend/Core/Services/StorageMaintenanceService.cs +++ b/Iceshrimp.Backend/Core/Services/StorageMaintenanceService.cs @@ -31,6 +31,7 @@ public class StorageMaintenanceService( .Where(p => p.StoredInternal && !p.IsLink) .GroupBy(p => p.AccessKey) .Select(p => p.Key) + .OrderBy(p => p) .Take(100) .ToListAsync();