refactor emoji api with fixes
[akkoma] / lib / pleroma / notification.ex
index d305a43ba415e15d67cc806c4822887ce655988b..aaa67525366c0aca362970525eb366e2403ba696 100644 (file)
@@ -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: []