forked from mirrors/akkoma
making credo happy and test fix
This commit is contained in:
parent
efc27f6464
commit
f97f24b067
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,8 @@ defmodule Pleroma.Web.ActivityPub.MRF.UserAllowListPolicy do
|
|||
# type: :map,
|
||||
# description:
|
||||
# "The keys in this section are the domain names that the policy should apply to." <>
|
||||
# " Each key should be assigned a list of users that should be allowed through by their ActivityPub ID",
|
||||
# " Each key should be assigned a list of users that should be allowed " <>
|
||||
# "through by their ActivityPub ID",
|
||||
# suggestions: [%{"example.org" => ["https://example.org/users/admin"]}]
|
||||
# }
|
||||
# ]
|
||||
|
|
|
@ -98,7 +98,6 @@ defmodule Pleroma.Web.ActivityPub.MRFTest do
|
|||
related_policy: "Fixtures.Modules.GoodMRF",
|
||||
label: "Good MRF",
|
||||
description: "Some description",
|
||||
children: [],
|
||||
group: :pleroma,
|
||||
tab: :mrf,
|
||||
type: :group
|
||||
|
|
Loading…
Reference in a new issue