diff options
author | FChannel <> | 2021-10-09 22:04:16 -0700 |
---|---|---|
committer | FChannel <> | 2022-06-19 12:53:29 -0700 |
commit | 0697042847041f61249886ab50f9b7f265591aed (patch) | |
tree | 73cc53d6bb47ddebc9ed66a1186f7f5b05804012 /outboxPost.go | |
parent | 0ef59b4f3cdddea55e38e4c3a2bdad721298eb4b (diff) |
needs furthur testing
Diffstat (limited to 'outboxPost.go')
-rw-r--r-- | outboxPost.go | 2 |
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) } } } |