Merge branch 'rate-limit-ap-routes' into 'develop'
[akkoma] / lib / pleroma / web / twitter_api / views / notification_view.ex
index e7c7a74964d06f832c30b9355aed88a12340edb3..085cd5aa3a64f8f8d9f73466a56a79e5eb9a7468 100644 (file)
@@ -10,6 +10,8 @@ defmodule Pleroma.Web.TwitterAPI.NotificationView do
   alias Pleroma.Web.TwitterAPI.ActivityView
   alias Pleroma.Web.TwitterAPI.UserView
 
+  require Pleroma.Constants
+
   defp get_user(ap_id, opts) do
     cond do
       user = opts[:users][ap_id] ->
@@ -18,7 +20,7 @@ defmodule Pleroma.Web.TwitterAPI.NotificationView do
       String.ends_with?(ap_id, "/followers") ->
         nil
 
-      ap_id == "https://www.w3.org/ns/activitystreams#Public" ->
+      ap_id == Pleroma.Constants.as_public() ->
         nil
 
       true ->