summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorsquidboi <squidboi@waifu.club>2018-06-08 19:07:14 -0700
committersquidboi <squidboi@waifu.club>2018-06-08 19:07:14 -0700
commit8903f1ad4d6bfab519338b53885ccfbbe1797ed7 (patch)
tree8381a927c70f5c03504af7e1fb0561c9b0b0ba2f /lib
parent16d896f526df0a625f7de115228c9a9b8993ccf3 (diff)
downloadpleroma-8903f1ad4d6bfab519338b53885ccfbbe1797ed7.tar.gz
pleroma-8903f1ad4d6bfab519338b53885ccfbbe1797ed7.zip
more fixes
Diffstat (limited to 'lib')
-rw-r--r--lib/pleroma/web/activity_pub/activity_pub.ex2
1 files changed, 1 insertions, 1 deletions
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