diff options
author | Karen Konou <konoukaren@gmail.com> | 2019-03-15 15:03:03 +0100 |
---|---|---|
committer | Karen Konou <konoukaren@gmail.com> | 2019-03-15 15:03:03 +0100 |
commit | d8244c2a1bfc54b9dfa70be3ce49db961205f883 (patch) | |
tree | ed8f9a9525147b0f8434182345a1260193462b77 | |
parent | dfeb3aec44efb9ffdbe9e6409a79aa50b7e268a8 (diff) | |
download | pleroma-d8244c2a1bfc54b9dfa70be3ce49db961205f883.tar.gz |
remove unused function
-rw-r--r-- | lib/pleroma/web/activity_pub/activity_pub.ex | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/pleroma/web/activity_pub/activity_pub.ex b/lib/pleroma/web/activity_pub/activity_pub.ex index 5d9ce7fd7..a65d6e020 100644 --- a/lib/pleroma/web/activity_pub/activity_pub.ex +++ b/lib/pleroma/web/activity_pub/activity_pub.ex @@ -964,8 +964,6 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do entire_thread_visible_for_user?(activity, user) end - def contain_muted_boosts(%Activity{} = _activity, %User{} = _user), do: true - # do post-processing on a specific activity def contain_activity(%Activity{} = activity, %User{} = user) do contain_broken_threads(activity, user) |