This commit is contained in:
Anthony Wang 2023-03-16 01:34:48 +00:00
parent 3b547c695e
commit b990484b03
Signed by: a
GPG key ID: 42A5B952E6DD8D38

View file

@ -2510,4 +2510,4 @@ func (issue *Issue) GetIRI(ctx context.Context) string {
return issue.OriginalAuthor
}
return setting.AppURL + "api/v1/activitypub/ticket/" + issue.Repo.OwnerName + "/" + issue.Repo.Name + "/" + strconv.FormatInt(issue.Index, 10)
}
}