mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-21 22:27:08 +00:00
* Fix allowlist / blocklist description location. Fixes #2214 * Fix allowlist check
This commit is contained in:
parent
3951a16447
commit
0a36b16e29
|
@ -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…
Reference in a new issue