💥 ♻️ Refactor cloud files' references, and loading system

This commit is contained in:
2025-06-01 19:18:23 +08:00
parent 02ae634690
commit 00229fd406
32 changed files with 5204 additions and 582 deletions

View File

@ -294,7 +294,7 @@ public class StickerController(AppDatabase db, StickerService st) : ControllerBa
{
Slug = request.Slug,
ImageId = image.Id,
Image = image,
Image = image.ToReferenceObject(),
Pack = pack
};