aboutsummaryrefslogtreecommitdiff
path: root/OutboxPost.go
diff options
context:
space:
mode:
authorFChannel <=>2021-01-25 19:19:58 -0800
committerFChannel <=>2021-01-25 19:19:58 -0800
commit613b454b1208db3ce30865901f60f365513829d9 (patch)
treeec1d1742437b38a6c05dd36e80b4a885dea9eca7 /OutboxPost.go
parent4f9e3a9228e38e94b77a31878104f16315bb21d3 (diff)
dont add activity actor to To list
Diffstat (limited to 'OutboxPost.go')
-rw-r--r--OutboxPost.go1
1 files changed, 0 insertions, 1 deletions
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)
}
}