Commit 597f9c12 authored by blackst0ne's avatar blackst0ne

Use full path of project's avatar in webhooks

parent dad8fae7
......@@ -1009,7 +1009,7 @@ class Project < ActiveRecord::Base
name: name,
description: description,
web_url: web_url,
avatar_url: avatar_url,
avatar_url: avatar_url(only_path: false),
git_ssh_url: ssh_url_to_repo,
git_http_url: http_url_to_repo,
namespace: namespace.name,
......
---
title: Use full path of project's avatar in webhooks
merge_request: 13649
author: Vitaliy @blackst0ne Klachkov
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment