From 0697042847041f61249886ab50f9b7f265591aed Mon Sep 17 00:00:00 2001 From: FChannel <> Date: Sat, 9 Oct 2021 22:04:16 -0700 Subject: needs furthur testing --- outboxPost.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } } } -- cgit v1.2.3