Add: size & blur hash fields

This commit is contained in:
Aroy-Art 2025-03-28 21:33:17 +01:00
parent 0a71f38cd2
commit a352a1f752
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -160,7 +160,9 @@ class PostSerializer(serializers.ModelSerializer):
{
"type": i.file_type,
"mimetype": i.mimetype,
"size": i.file.size,
"hash": i.hash_blake3,
"blur_hash": i.blur_hash,
}
)
return data