mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 10:59:17 +02:00
parent
68b21d706c
commit
b43bf42efc
8 changed files with 13 additions and 121 deletions
|
@ -19,8 +19,8 @@ class AllowListPublic(types.BooleanPreference):
|
|||
name = "allow_list_public"
|
||||
verbose_name = "Publish your allowed-domains list"
|
||||
help_text = (
|
||||
"If enabled, everyone will be able to retrieve the list of domains you allowed. "
|
||||
"If enabled, everyone will be able to retrieve the list of domains you allowed. ",
|
||||
"This is useful on open setups, to help people decide if they want to join your pod, or to "
|
||||
"make your moderation policy public."
|
||||
"make your moderation policy public.",
|
||||
)
|
||||
default = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue