Skip to content

Commit

Permalink
Fix allowlist / blocklist description location. Fixes #2214 (#2215)
Browse files Browse the repository at this point in the history
* Fix allowlist / blocklist description location. Fixes #2214

* Fix allowlist check
  • Loading branch information
dessalines authored Apr 13, 2022
1 parent 3951a16 commit 0a36b16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/defaults.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down
2 changes: 1 addition & 1 deletion crates/utils/src/settings/structs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 0a36b16

Please sign in to comment.