aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/cite
diff options
context:
space:
mode:
authorGiteabot <teabot@gitea.io>2025-04-02 09:37:17 +0800
committerGitHub <noreply@github.com>2025-04-02 09:37:17 +0800
commit25e409e025a125a5a8012f9f015089e93927d08c (patch)
tree05e2e7e832895632888442d077cd145957898885 /templates/repo/cite
parentf8f24d83cfee9b4c8d0ee60183fee0d6a91da67f (diff)
downloadgitea-release/v1.23.tar.gz
gitea-release/v1.23.zip
Return default avatar url when user id is zero rather than updating database (#34094) (#34095)release/v1.23
Backport #34094 by @lunny When visit commit list, it would update the user avatar even if id = 0, which was unnecessary operations. This PR returned default avatar for the git only user avatar rendering who's user id is zero. ```log database duration=0.0005s db.sql="UPDATE `user` SET `avatar` = ?, `updated_unix` = ? WHERE `id`=?" database duration=0.0007s db.sql="UPDATE `user` SET `avatar` = ?, `updated_unix` = ? WHERE `id`=?" ... ``` Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'templates/repo/cite')
0 files changed, 0 insertions, 0 deletions