aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantbusiness@gmail.com>2020-04-22 15:31:41 +0000
committerIvan Tashkinov <ivantbusiness@gmail.com>2020-04-22 15:31:41 +0000
commitb03aeae8b935b0a211c51cc3be5f1c15591f5a2f (patch)
tree0c820c0450ab0fbbf2e30f8edf28b847c526eade /lib
parentbb5d0eafa437c9d32cdd8ccdb92b2eabb8ccccf1 (diff)
downloadpleroma-b03aeae8b935b0a211c51cc3be5f1c15591f5a2f.tar.gz
Apply suggestion to lib/pleroma/notification.ex
Diffstat (limited to 'lib')
-rw-r--r--lib/pleroma/notification.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/notification.ex b/lib/pleroma/notification.ex
index d305a43ba..aaa675253 100644
--- a/lib/pleroma/notification.ex
+++ b/lib/pleroma/notification.ex
@@ -362,7 +362,7 @@ defmodule Pleroma.Notification do
def get_notified_from_activity(_, _local_only), do: {[], []}
- @doc "Filters out AP IDs of users who domain-block and not follow activity actor"
+ @doc "Filters out AP IDs domain-blocking and not following the activity's actor"
def exclude_domain_blocker_ap_ids(ap_ids, activity, preloaded_users \\ [])
def exclude_domain_blocker_ap_ids([], _activity, _preloaded_users), do: []