Fixed actor edit avatar zoom selecting avatar, showing media date.

This commit is contained in:
2026-06-28 06:18:38 +02:00
parent 7ae2bb7635
commit b3af993236
2 changed files with 16 additions and 1 deletions

View File

@@ -32,5 +32,6 @@ export function curateMedia(media, context = {}) {
type: context.type || null,
sfw: curateMedia(media.sfw_media),
isRestricted: context.isRestricted,
createdAt: media.created_at,
};
}