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,
|
# type: :map,
|
||||||
# description:
|
# description:
|
||||||
# "The keys in this section are the domain names that the policy should apply to." <>
|
# "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"]}]
|
# suggestions: [%{"example.org" => ["https://example.org/users/admin"]}]
|
||||||
# }
|
# }
|
||||||
# ]
|
# ]
|
||||||
|
|
|
@ -98,7 +98,6 @@ defmodule Pleroma.Web.ActivityPub.MRFTest do
|
||||||
related_policy: "Fixtures.Modules.GoodMRF",
|
related_policy: "Fixtures.Modules.GoodMRF",
|
||||||
label: "Good MRF",
|
label: "Good MRF",
|
||||||
description: "Some description",
|
description: "Some description",
|
||||||
children: [],
|
|
||||||
group: :pleroma,
|
group: :pleroma,
|
||||||
tab: :mrf,
|
tab: :mrf,
|
||||||
type: :group
|
type: :group
|
||||||
|
|
Loading…
Reference in a new issue