From 07bd30cf2011b68e67f1ca68c7c1d6e7870a37c8 Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Fri, 17 Nov 2023 17:19:53 +0100 Subject: [PATCH] exosy has moved this package to service --- modules/activitypub/client.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/activitypub/client.go b/modules/activitypub/client.go index 66b977c01f..e07ae614fa 100644 --- a/modules/activitypub/client.go +++ b/modules/activitypub/client.go @@ -1,6 +1,7 @@ -// Copyright 2022 The Gitea Authors. All rights reserved. +// Copyright 2022, 2023 The Forgejo & Gitea Authors. All rights reserved. // SPDX-License-Identifier: MIT +// TODO: Think about whether this should be moved to services/actifitypub (compare to exosy/services/activitypub/client.go) package activitypub import (