mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-01-03 13:58:41 +00:00
Linting
This commit is contained in:
parent
30084b7332
commit
eb6be30602
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ defmodule Pleroma.Web.ActivityPub.MRF do
|
|||
def config_descriptions(policies) do
|
||||
Enum.reduce(policies, @mrf_config_descriptions, fn policy, acc ->
|
||||
Code.ensure_loaded(policy)
|
||||
|
||||
if function_exported?(policy, :config_description, 0) do
|
||||
description =
|
||||
@default_description
|
||||
|
|
Loading…
Reference in a new issue