projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f57fa2a
)
Apply suggestion to lib/pleroma/notification.ex
author
lain
<lain@soykaf.club>
Thu, 7 May 2020 11:01:52 +0000
(11:01 +0000)
committer
lain
<lain@soykaf.club>
Thu, 7 May 2020 11:01:52 +0000
(11:01 +0000)
lib/pleroma/notification.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/notification.ex
b/lib/pleroma/notification.ex
index b14e7c8434be528f676c4c238e398975120f0715..af49fd7132307c7cdf01da4bd6cf974e7d884c7b 100644
(file)
--- a/
lib/pleroma/notification.ex
+++ b/
lib/pleroma/notification.ex
@@
-357,7
+357,7
@@
defmodule Pleroma.Notification do
def get_notified_from_activity(_, _local_only), do: {[], []}
- # For some acti
tivies, only notifit
y the author of the object
+ # For some acti
vities, only notif
y the author of the object
def get_potential_receiver_ap_ids(%{data: %{"type" => type, "object" => object_id}})
when type in ~w{Like Announce EmojiReact} do
case Object.get_cached_by_ap_id(object_id) do