Merge branch 'benchmark-fixes' into 'develop'
[akkoma] / lib / pleroma / constants.ex
index bdca8279c82f8ac6e307d82063b65365a4f41fff..bf92f65cb170d1267fc5242765fcc521bde1861b 100644 (file)
@@ -27,6 +27,4 @@ defmodule Pleroma.Constants do
     do:
       ~w(index.html robots.txt static static-fe finmoji emoji packs sounds images instance sw.js sw-pleroma.js favicon.png schemas doc embed.js embed.css)
   )
-
-  def as_local_public, do: Pleroma.Web.Endpoint.url() <> "/#Public"
 end