Fix allowlist / blocklist description location. Fixes #2214 (#2215)

* Fix allowlist / blocklist description location. Fixes #2214

* Fix allowlist check
adding_deny_reason
Dessalines 2 years ago committed by GitHub
parent 3951a16447
commit 0a36b16e29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,7 +45,7 @@
# Whether to enable activitypub federation. # Whether to enable activitypub federation.
enabled: false enabled: false
# Allows and blocks are described here: # Allows and blocks are described here:
# https://join-lemmy.org/docs/en/federation/administration.html///instance-allowlist-and-blocklist # https://join-lemmy.org/docs/en/administration/federation_getting_started.html
# #
# list of instances with which federation is allowed # list of instances with which federation is allowed
allowed_instances: [ allowed_instances: [

@ -115,7 +115,7 @@ pub struct FederationConfig {
#[default(false)] #[default(false)]
pub enabled: bool, pub enabled: bool,
/// Allows and blocks are described here: /// Allows and blocks are described here:
/// https://join-lemmy.org/docs/en/federation/administration.html///instance-allowlist-and-blocklist /// https://join-lemmy.org/docs/en/administration/federation_getting_started.html
/// ///
/// list of instances with which federation is allowed /// list of instances with which federation is allowed
#[default(None)] #[default(None)]

Loading…
Cancel
Save