aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFChannel <>2021-10-09 22:04:16 -0700
committerFChannel <>2022-06-19 12:53:29 -0700
commit0697042847041f61249886ab50f9b7f265591aed (patch)
tree73cc53d6bb47ddebc9ed66a1186f7f5b05804012
parent0ef59b4f3cdddea55e38e4c3a2bdad721298eb4b (diff)
needs furthur testing
-rw-r--r--outboxPost.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/outboxPost.go b/outboxPost.go
index 22a0d1c..ba7e5c0 100644
--- a/outboxPost.go
+++ b/outboxPost.go
@@ -550,7 +550,7 @@ func ParseInboxRequest(w http.ResponseWriter, r *http.Request, db *sql.DB) {
WriteObjectToCache(db, *activity.Object)
ArchivePosts(db, GetActorFromDB(db, e))
- SendToFollowers(db, e, activity)
+ //SendToFollowers(db, e, activity)
}
}
}