]> source.dussan.org Git - gitea.git/commit
#2630 fix wrong user avatar link in webhook
authorUnknwon <u@gogs.io>
Mon, 15 Feb 2016 20:18:53 +0000 (15:18 -0500)
committerUnknwon <u@gogs.io>
Mon, 15 Feb 2016 20:18:53 +0000 (15:18 -0500)
commit2765b5c7cf6fa234fd86a14ee50597f8ed841c18
tree3d57a8dc1a7f0bbc7988e0cf3e63ecf4375021b6
parent632c27802c13f95ba95ba48eb6056d5af760183e
#2630 fix wrong user avatar link in webhook

Was using the wrong method and now uses the method which checks if
the avatar link is relative or not.
models/action.go
routers/repo/webhook.go