Added Hashtag entity and objects-hashtags association with auto-sync with `data.tag...
[akkoma] / lib / pleroma / constants.ex
index 06174f624a6d4d80a1c457a74f5e888122a5b516..cf8182d55a2d11486ca99716edb48b151f3b6dab 100644 (file)
@@ -24,6 +24,8 @@ defmodule Pleroma.Constants do
 
   const(static_only_files,
     do:
-      ~w(index.html robots.txt static static-fe finmoji emoji packs sounds images instance sw.js sw-pleroma.js favicon.png schemas doc)
+      ~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.base_url() <> "/#Public"
 end