1
0
Fork 0
mirror of https://git.pleroma.social/pleroma/pleroma.git synced 2026-02-15 17:16:57 +00:00

Fix dialyzer error in MRF remote report policy: Remove unreachable pattern match

This commit is contained in:
Mark Felder 2025-07-22 11:50:45 -07:00
parent 28146ee7d2
commit 28cff592b1

View file

@ -15,7 +15,6 @@ defmodule Pleroma.Web.ActivityPub.MRF.RemoteReportPolicy do
else
{:local, true} -> {:ok, object}
{:reject, message} -> {:reject, message}
error -> {:reject, error}
end
end