forked from AkkomaGang/akkoma
Update suggested path for location of your custom MRF
This commit is contained in:
parent
2c95b0fab9
commit
88a76d0142
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ defmodule Site.RewritePolicy do
|
|||
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,
|
||||
|
|
Loading…
Reference in a new issue