Add failed-signature retry regression tests

This commit is contained in:
Lain Soykaf 2026-05-03 10:19:33 +04:00
commit 00dd1b5103
No known key found for this signature in database
4 changed files with 75 additions and 1 deletions

View file

@ -105,7 +105,7 @@ defmodule Pleroma.Web.ActivityPub.ObjectValidators.UpdateValidator do
cng
|> add_error(:object, "Can't be updated by this actor")
true ->
_ ->
cng
|> add_error(:object, "Update is neither for Object or Actor")
end