1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-11-19 11:29:17 +00:00

Update suggested path for location of your custom MRF

This commit is contained in:
Mark Felder 2020-02-14 10:55:18 -06:00
parent 2c95b0fab9
commit 88a76d0142

View file

@ -118,7 +118,7 @@ defmodule Site.RewritePolicy do
end end
``` ```
If you save this file as `lib/site/mrf/rewrite_policy.ex`, it will be included when you next rebuild Pleroma. You can enable it in the configuration like so: If you save this file as `lib/pleroma/web/activity_pub/mrf/rewrite_policy.ex`, it will be included when you next rebuild Pleroma. You can enable it in the configuration like so:
``` ```
config :pleroma, :instance, config :pleroma, :instance,