projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb5d0ea
)
Apply suggestion to lib/pleroma/notification.ex
author
Ivan Tashkinov
<ivantbusiness@gmail.com>
Wed, 22 Apr 2020 15:31:41 +0000
(15:31 +0000)
committer
Ivan Tashkinov
<ivantbusiness@gmail.com>
Wed, 22 Apr 2020 15:31:41 +0000
(15:31 +0000)
lib/pleroma/notification.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/notification.ex
b/lib/pleroma/notification.ex
index d305a43ba415e15d67cc806c4822887ce655988b..aaa67525366c0aca362970525eb366e2403ba696 100644
(file)
--- 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: []