0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-03-01 20:35:54 +01:00
Kemal Zebari ab458ce10b
Return an empty string when a repo has no avatar in the repo API ()
Resolves .

https://github.com/go-gitea/gitea/pull/30885 changed the behavior of
`repo.AvatarLink()` where it can now take the empty string and append it
to the app data URL. This does not point to a valid avatar image URL,
and, as the issue mentions, previous Gitea versions returned the empty
string.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2024-06-01 11:49:42 +00:00
..