Skip to content

Commit

Permalink
Remove reference to extension feature
Browse files Browse the repository at this point in the history
  • Loading branch information
devonh committed May 13, 2024
1 parent 320fb3e commit e3794ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.d/16848.feature
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Add an extension feature that allows clients to query the configured federation whitelist. Disabled by default.
Add a feature that allows clients to query the configured federation whitelist. Disabled by default.
3 changes: 1 addition & 2 deletions synapse/rest/synapse/client/federation_whitelist.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ class FederationWhitelistResource(DirectServeJsonResource):
"""Custom endpoint (disabled by default) to fetch the federation whitelist
config.
Only enabled if `federation_whitelist_endpoint` extension feature is
enabled.
Only enabled if `federation_whitelist_endpoint_enabled` feature is enabled.
Response format:
Expand Down

0 comments on commit e3794ad

Please sign in to comment.