From 613b454b1208db3ce30865901f60f365513829d9 Mon Sep 17 00:00:00 2001 From: FChannel <=> Date: Mon, 25 Jan 2021 19:19:58 -0800 Subject: dont add activity actor to To list --- OutboxPost.go | 1 - 1 file changed, 1 deletion(-) (limited to 'OutboxPost.go') diff --git a/OutboxPost.go b/OutboxPost.go index 262c7fd..fc96866 100644 --- a/OutboxPost.go +++ b/OutboxPost.go @@ -508,7 +508,6 @@ func ParseInboxRequest(w http.ResponseWriter, r *http.Request, db *sql.DB) { case "Create": for _, e := range activity.To { if IsActorLocal(db, e) { - fmt.Println("writing object to cache " + e) WriteObjectToCache(db, *activity.Object) } } -- cgit v1.2.3