mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +00:00
* Fix allowlist / blocklist description location. Fixes #2214 * Fix allowlist check
This commit is contained in:
parent
3951a16447
commit
0a36b16e29
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@
|
|||
# Whether to enable activitypub federation.
|
||||
enabled: false
|
||||
# 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
|
||||
allowed_instances: [
|
||||
|
|
|
@ -115,7 +115,7 @@ pub struct FederationConfig {
|
|||
#[default(false)]
|
||||
pub enabled: bool,
|
||||
/// 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
|
||||
#[default(None)]
|
||||
|
|
Loading…
Reference in a new issue