more fixes

This commit is contained in:
Moon Man 2024-09-06 18:29:50 +00:00
parent 49d2ac5648
commit 8257c07d26
1 changed files with 4 additions and 1 deletions

View File

@ -25,11 +25,14 @@ defmodule Vonbraun.ActivityPub.Handler.Undo do
{:asked, {:error, error}} -> {:asked, {:error, error}} ->
{:error, error} {:error, error}
{:match, false} -> {:actor_id, :error} ->
{:ok, :unauthorized} {:ok, :unauthorized}
{:actor, {:error, _error}} -> {:actor, {:error, _error}} ->
{:ok, :unauthorized} {:ok, :unauthorized}
{:object, :error} ->
{:ok, :unauthorized}
end end
end end