aboutsummaryrefslogtreecommitdiff
path: root/OutboxPost.go
diff options
context:
space:
mode:
authorFChannel <=>2021-01-26 13:39:08 -0800
committerFChannel <=>2021-01-26 13:39:08 -0800
commit36e9b49ac109b542e080ce967eb782b885d9b7d3 (patch)
treeff38e8afbf5bb57cbcb74af687351d1bbd6ae5c3 /OutboxPost.go
parenta589c58ed85eece34a8e3938219bd0264238b2a8 (diff)
tombstone cache posts
Diffstat (limited to 'OutboxPost.go')
-rw-r--r--OutboxPost.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/OutboxPost.go b/OutboxPost.go
index 60fa769..99f18d9 100644
--- a/OutboxPost.go
+++ b/OutboxPost.go
@@ -517,7 +517,7 @@ func ParseInboxRequest(w http.ResponseWriter, r *http.Request, db *sql.DB) {
for _, e := range activity.To {
actor := GetActorFromDB(db, e)
if actor.Id != "" {
- DeleteObjectFromCache(db, activity.Object.Id)
+ TombstoneObjectFromCache(db, activity.Object.Id)
return
}
}