diff options
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 7349b16..95a7714 100644 --- a/OutboxPost.go +++ b/OutboxPost.go @@ -556,7 +556,7 @@ func ParseInboxRequest(w http.ResponseWriter, r *http.Request, db *sql.DB) { if actor.Id != "" { for _, e := range activity.Object.Replies.OrderedItems { TombstoneObjectFromCache(db, e.Id) - DeleteObject(db, e.Id) + DeleteObject(db, e.Id) } TombstoneObjectFromCache(db, activity.Object.Id) break |