diff options
author | feld <feld@feld.me> | 2021-06-01 16:43:51 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2021-06-01 16:43:51 +0000 |
commit | ee52fc840d4d6eb1caab811a9b00ab1b95662d77 (patch) | |
tree | a4cafffc0aa601c994dfd4c3a480dfd9dd5bfa3b /lib/pleroma/constants.ex | |
parent | 75b94a2f352ea255b0785d0f3ba2c849c8355e04 (diff) | |
parent | c435de426d045118ed7be3d77f659f349d2d2245 (diff) | |
download | pleroma-ee52fc840d4d6eb1caab811a9b00ab1b95662d77.tar.gz |
Merge branch 'cycles-constants' into 'develop'
Recompilation speedup: move as_local_public/0 into ActivityPub.Utils
See merge request pleroma/pleroma!3431
Diffstat (limited to 'lib/pleroma/constants.ex')
-rw-r--r-- | lib/pleroma/constants.ex | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/pleroma/constants.ex b/lib/pleroma/constants.ex index bdca8279c..bf92f65cb 100644 --- a/lib/pleroma/constants.ex +++ b/lib/pleroma/constants.ex @@ -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 |