SideEffects: Fix comment
This commit is contained in:
parent
500f5ec14e
commit
5da08c2b73
2 changed files with 2 additions and 28 deletions
|
|
@ -35,7 +35,7 @@ defmodule Pleroma.Web.ActivityPub.SideEffects do
|
|||
# - Replace object with Tombstone
|
||||
# - Set up notification
|
||||
# - Reduce the user note count
|
||||
# - TODO: Reduce the reply count
|
||||
# - Reduce the reply count
|
||||
def handle(%{data: %{"type" => "Delete", "object" => deleted_object}} = object, meta) do
|
||||
deleted_object =
|
||||
Object.normalize(deleted_object, false) || User.get_cached_by_ap_id(deleted_object)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue