fix(core): public user avatar missing (#11023)

This commit is contained in:
EYHN
2025-03-20 04:25:56 +00:00
parent 75580e881b
commit bfe2525b50
@@ -89,7 +89,7 @@ export class PublicUserService extends Service {
return {
id,
name: user.name,
avatarUrl: user.avatarUrl,
avatar: user.avatarUrl,
};
}).pipe(
smartRetry(),