-
fix(ui): resolve avatar URL from MinIO; fall back to OAuth provider URL
Some checks failedCI / Backend (push) Successful in 50sCI / UI (push) Successful in 34sRelease / Test backend (push) Successful in 37sRelease / Check ui (push) Successful in 45sRelease / Docker / caddy (push) Successful in 35sCI / Backend (pull_request) Successful in 49sCI / UI (pull_request) Successful in 40sRelease / Docker / backend (push) Failing after 52sRelease / Docker / runner (push) Failing after 58sRelease / Docker / ui (push) Failing after 55sRelease / Gitea Release (push) Has been skippedreleased this
2026-03-28 19:23:30 +05:00 Add resolveAvatarUrl(userId, storedValue) helper that tries MinIO first,
then falls back to the stored HTTP URL for OAuth users (Google/GitHub)
who have never uploaded a custom avatar.Add getUserById() to pocketbase helpers for batch avatar resolution in
comments. Update all 6 call sites to use the new helper.Downloads