From: squidboi Date: Sat, 9 Jun 2018 02:07:14 +0000 (-0700) Subject: more fixes X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=8903f1ad4d6bfab519338b53885ccfbbe1797ed7;p=akkoma more fixes --- diff --git a/lib/pleroma/web/activity_pub/activity_pub.ex b/lib/pleroma/web/activity_pub/activity_pub.ex index 1cf540f0a..f213b68ca 100644 --- a/lib/pleroma/web/activity_pub/activity_pub.ex +++ b/lib/pleroma/web/activity_pub/activity_pub.ex @@ -260,7 +260,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do {:ok, activity} end else - {:ok, nil} + _e -> {:ok, nil} end end