DeleteValidator: Mastodon sends unaddressed deletes.
This commit is contained in:
parent
bd219ba7e8
commit
db184a8eb4
2 changed files with 0 additions and 15 deletions
|
|
@ -32,7 +32,6 @@ defmodule Pleroma.Web.ActivityPub.ObjectValidators.DeleteValidator do
|
|||
|> validate_inclusion(:type, ["Delete"])
|
||||
|> validate_same_domain()
|
||||
|> validate_object_presence()
|
||||
|> validate_recipients_presence()
|
||||
end
|
||||
|
||||
def validate_same_domain(cng) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue